mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
Server SPA from server
* add /api prefix
This commit is contained in:
+2
-2
@@ -3,10 +3,10 @@
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite --port 3000",
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview --port 3000"
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hocuspocus/provider": "^2.8.1",
|
||||
|
||||
Reference in New Issue
Block a user