Skip to content

Commit

Permalink
chore: remove unused dfx option (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Apr 8, 2024
1 parent 617d0db commit 5316f33
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,14 @@
"candid": "src/backend/backend.did",
"package": "backend",
"type": "rust",
"declarations": {
"node_compatibility": true
},
"optimize": "cycles"
},
"frontend": {
"frontend": {
"entrypoint": "build/index.html"
},
"source": ["build/"],
"type": "assets",
"declarations": {
"node_compatibility": true
}
"type": "assets"
},
"internet_identity": {
"type": "custom",
Expand Down

0 comments on commit 5316f33

Please sign in to comment.