Dax Raad 5 mesi fa
parent
commit
43e8047ad6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      cloud/app/package.json

+ 1 - 0
cloud/app/package.json

@@ -3,6 +3,7 @@
   "type": "module",
   "type": "module",
   "scripts": {
   "scripts": {
     "dev": "vinxi dev --host 0.0.0.0",
     "dev": "vinxi dev --host 0.0.0.0",
+    "dev:remote": "bun sst shell --stage=dev bun dev",
     "build": "vinxi build",
     "build": "vinxi build",
     "start": "vinxi start",
     "start": "vinxi start",
     "version": "0.5.28"
     "version": "0.5.28"