web: smoke-test the built standalone app against a mock graphql cms

This commit is contained in:
2026-08-31 03:26:54 +02:00
parent 6d0932e44c
commit 389b95ed85
8 changed files with 870 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"test:smoke": "vitest run --config vitest.smoke.config.mts",
"codegen": "graphql-codegen",
"perf:build": "next build",
"perf:serve": "next start -p 3100",