Fas 3 steg 3a-fix: hermetisk test-setup + analytics-event regler för cooking sessions

This commit is contained in:
Sven (AAMOS AI)
2026-08-07 03:36:54 +07:00
parent e9fb4a17d4
commit 44f6385dce
5 changed files with 105 additions and 17 deletions
+16
View File
@@ -10,11 +10,27 @@
"dependsOn": ["^typecheck"],
"outputs": []
},
"db:test-setup": {
"dependsOn": [],
"outputs": [],
"cache": false,
"env": ["TEST_DATABASE_URL"]
},
"test": {
"dependsOn": ["^typecheck"],
"outputs": [],
"env": ["TEST_DATABASE_URL"]
},
"@app/api#test": {
"dependsOn": ["@app/database#db:test-setup"],
"outputs": [],
"env": ["TEST_DATABASE_URL"]
},
"@app/database#test": {
"dependsOn": ["@app/database#db:test-setup"],
"outputs": [],
"env": ["TEST_DATABASE_URL"]
},
"dev": {
"cache": false,
"persistent": true