f034_sqlite_database #19

Merged
jared merged 34 commits from f034_sqlite_database into development 2025-07-24 14:34:39 +02:00
Showing only changes of commit 809c355849 - Show all commits

View File

@@ -13,7 +13,8 @@
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e"
"test": "npm run test:unit -- --run && npm run test:e2e",
"init_db": "node src/init/init_db.js"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",