make macos gui work (#412)

This commit is contained in:
Uriel
2023-01-03 14:39:29 -03:00
committed by GitHub
parent 3b75b5168f
commit 8dfeedaf2b
7 changed files with 1681 additions and 2037 deletions

View File

@@ -7,7 +7,7 @@
"gui"
],
"scripts": {
"gui": "npm run update-solarxr && cd gui && npm run tauri dev",
"gui": "npm run update-solarxr && cd gui && npm run dev",
"tauri": "cd gui && npm run tauri",
"skipbundler": "cd gui && npm run skipbundler",
"build": "npm run tauri build",