This commit is contained in:
Mckay Wrigley
2023-03-22 12:07:50 -06:00
parent 683530e522
commit 8ef65cf5dd
3 changed files with 137 additions and 3 deletions
+6 -2
View File
@@ -1,6 +1,6 @@
{
"build": {
"beforeBuildCommand": "npm run build",
"beforeBuildCommand": "npm run build && npm run export",
"beforeDevCommand": "npm run dev",
"devPath": "http://localhost:3000",
"distDir": "../out"
@@ -11,7 +11,11 @@
},
"tauri": {
"allowlist": {
"all": false
"all": false,
"http": {
"all": true,
"scope": ["https://**"]
}
},
"bundle": {
"active": true,