mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 21:48:12 +08:00
Change tauri build directory back to ../dist (#1033)
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
dist/
|
dist/**
|
||||||
|
!dist/.git-keep-directory
|
||||||
pkg/
|
pkg/
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
This file exists just so Git keeps this directory.
|
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"beforeBuildCommand": "npm run build",
|
"beforeBuildCommand": "npm run build",
|
||||||
"beforeDevCommand": "npm start",
|
"beforeDevCommand": "npm start",
|
||||||
"distDir": "../dist-tauri",
|
"distDir": "../dist",
|
||||||
"devPath": "http://127.0.0.1:8080"
|
"devPath": "http://127.0.0.1:8080"
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
|
|||||||
Reference in New Issue
Block a user