Skip to content

Commit

Permalink
Merge pull request #10 from GeckoEidechse/refactor/change-dist-dir
Browse files Browse the repository at this point in the history
Change dist dir path
  • Loading branch information
Alystrasz authored Oct 4, 2022
2 parents c504ded + a549c4e commit a056501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "cd src-vue && npm run build && cp dist/* ../dist -r",
"beforeBuildCommand": "cd src-vue && npm run build",
"beforeDevCommand": "cd src-vue && npm run dev",
"devPath": "http://localhost:5173/",
"distDir": "../dist"
"distDir": "../src-vue/dist"
},
"package": {
"productName": "flightcore",
Expand Down

0 comments on commit a056501

Please sign in to comment.