Moves routes inside an _app for the header and builds a print route
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user