change
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-07-03 16:26:54 +01:00
parent 873c9a5f51
commit 8cff315496
84 changed files with 3063 additions and 603 deletions

View File

@@ -7,10 +7,13 @@
"build": "next build --webpack",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@adventureos/application": "*",
"@adventureos/db": "*",
"@adventureos/domain": "*",
"@adventureos/shared": "*",
"@serwist/next": "^9.0.12",
"@tanstack/react-query": "^5.67.2",