rename .js to .ts and remove console.logs statements

This commit is contained in:
2025-07-23 09:27:11 +02:00
parent 26c05b4999
commit e8170de947
2 changed files with 1 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
"lint": "prettier --check . && eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",
"init_db": "node src/init/init_db.js"
"init_db": "npx vite-node src/init/init_db.ts"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",