Skip to content

Commit

Permalink
move installation folder route
Browse files Browse the repository at this point in the history
  • Loading branch information
DNLRQ committed Dec 14, 2024
1 parent 9256e9b commit 800d56a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ lerna-debug.log*

node_modules
dist
install
dist-ssr
*.local

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"appId": "com.drawDB.id",
"productName": "drawDB",
"directories": {
"output": "dist",
"output": "install",
"buildResources": "public"
},
"files": [
Expand Down Expand Up @@ -103,4 +103,4 @@
"overrides": {
"follow-redirects": "^1.15.4"
}
}
}

0 comments on commit 800d56a

Please sign in to comment.