Moves routes inside an _app for the header and builds a print route

This commit is contained in:
2025-06-01 12:34:02 -07:00
parent 9cfdfbaf23
commit 99236a36f8
21 changed files with 532 additions and 211 deletions

View File

@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "mprocs \"npm run start\" \"pocketbase serve\"",
"start": "vite --port 3000",
"start": "VITE_POCKETBASE_URL=http://localhost:8090 vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview",
"test": "vitest run",