Get dev system running on different ports

So we go Caddy to Vita to nidus-sync
This commit is contained in:
Eli Ribble 2026-03-23 00:34:21 +00:00
parent b384252c7c
commit 0a79c5d945
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

View file

@ -22,7 +22,7 @@
},
"scripts": {
"build": "vite build",
"dev": "vite --host --port 8080",
"dev": "vite",
"generate-icons": "node generate-icons.js",
"typecheck": "vue-tsc --noEmit",
"typecheck:watch": "vue-tsc --noEmit --watch"