mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Change tauri build directory back to ../dist (#1033)
This commit is contained in:
committed by
Keavon Chambers
parent
3015a9c8af
commit
63b9b670a1
3
frontend/.gitignore
vendored
3
frontend/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
node_modules/
|
||||
dist/
|
||||
dist/**
|
||||
!dist/.git-keep-directory
|
||||
pkg/
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
This file exists just so Git keeps this directory.
|
||||
0
frontend/dist/.git-keep-directory
vendored
Normal file
0
frontend/dist/.git-keep-directory
vendored
Normal file
@@ -3,7 +3,7 @@
|
||||
"build": {
|
||||
"beforeBuildCommand": "npm run build",
|
||||
"beforeDevCommand": "npm start",
|
||||
"distDir": "../dist-tauri",
|
||||
"distDir": "../dist",
|
||||
"devPath": "http://127.0.0.1:8080"
|
||||
},
|
||||
"package": {
|
||||
|
||||
Reference in New Issue
Block a user