This commit is contained in:
2024-07-16 21:52:31 +03:00
parent 11013931cc
commit b748ff7dd7
7 changed files with 38 additions and 16 deletions

View File

@@ -1,12 +1,11 @@
{
"name": "smarthome-web",
"proxy": "http://localhost:9095",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "rm -rf api/build && vite build --out-dir api/build && rm -rf dist",
"build": "node ./scripts/build.cjs",
"preview": "vite preview"
},
"devDependencies": {