mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore(dashboard): fix preview command
This commit is contained in:
parent
5cbe1d8979
commit
d3ed03457b
@ -5,7 +5,7 @@
|
||||
"main": "./src/app.html",
|
||||
"scripts": {
|
||||
"check:types": "svelte-check",
|
||||
"preview": "npx http-server@latest ./build -P \"http://localhost:8080?\"",
|
||||
"preview": "npx http-server@latest ../../dist/dashboard -P \"http://localhost:8080?\"",
|
||||
"dev": "vite dev --force --host=0.0.0.0 --port=5174",
|
||||
"build": "NODE_ENV=production vite build",
|
||||
"lint": "prettier --check .",
|
||||
@ -38,9 +38,7 @@
|
||||
"svelte-highlight": "^7.3.0",
|
||||
"svelte-preprocess": "^5.0.4",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"vite": "^4.4.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"vite": "^4.4.9",
|
||||
"@pockethost/plugin-console-logger": "link:../plugin-console-logger"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user