Explorar el Código

fix(wails): add frontend:dir path and populate author field

lq hace 1 mes
padre
commit
ce1228dadf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      wails/wails.json

+ 2 - 2
wails/wails.json

@@ -1,12 +1,12 @@
 {
   "name": "smart-parking",
   "outputfilename": "smart-parking",
+  "frontend:dir": "../frontend",
   "frontend:install": "npm install",
   "frontend:build": "npm run build",
   "frontend:dev:watcher": "npm run dev",
   "frontend:dev:serverUrl": "http://localhost:5173",
   "author": {
-    "name": "",
-    "email": ""
+    "name": "Smart Parking Team"
   }
 }