mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 00:25:30 +02:00
fix(standalone): start-prod doesn't have CORS headers
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
|
||||
"dev": "vite dev",
|
||||
"test": "vitest",
|
||||
"start-prod": "pnpm build && pnpm http-server dist -p 8888",
|
||||
"start-prod": "pnpm build && pnpm vite preview --port 8888",
|
||||
"coverage": "vitest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user