Nano zoom fix #11

This commit is contained in:
LukeGus
2024-12-05 19:19:04 -06:00
parent b6a3f881a8
commit 1a0d224ae0
10 changed files with 256 additions and 74 deletions

View File

@@ -24,7 +24,7 @@
},
"scripts": {
"start-vite": "cross-env BROWSER=none WDS_SOCKET_PORT=0 vite --port 8080",
"start-server": "node 'D:/Programming Projects/SSH-Project/ssh-project/backend/server.js'",
"start-server": "node ./start.js",
"start": "npm run start-vite && npm run start-server",
"build": "vite build",
"preview": "vite preview",