forked from rvanasa/vite-react-motoko
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fe136a
commit d8caacb
Showing
7 changed files
with
67 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"recommendations": ["dfinity-foundation.vscode-motoko"] | ||
"recommendations": ["dfinity-foundation.vscode-motoko"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"workbench.startupEditor": "readme", | ||
"workbench.editorAssociations": { | ||
"README.md": "vscode.markdown.preview.editor" | ||
} | ||
"workbench.startupEditor": "readme", | ||
"workbench.editorAssociations": { | ||
"README.md": "vscode.markdown.preview.editor" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"canisters": { | ||
"backend": { | ||
"type": "motoko", | ||
"main": "backend/main.mo" | ||
}, | ||
"frontend": { | ||
"dependencies": ["backend"], | ||
"type": "assets", | ||
"source": ["dist/"] | ||
} | ||
}, | ||
"defaults": { | ||
"build": { | ||
"packtool": "npm run --silent sources" | ||
} | ||
}, | ||
"output_env_file": ".env", | ||
"version": 2 | ||
"canisters": { | ||
"backend": { | ||
"type": "motoko", | ||
"main": "backend/main.mo" | ||
}, | ||
"frontend": { | ||
"dependencies": ["backend"], | ||
"type": "assets", | ||
"source": ["dist/"] | ||
} | ||
}, | ||
"defaults": { | ||
"build": { | ||
"packtool": "npm run --silent sources" | ||
} | ||
}, | ||
"output_env_file": ".env", | ||
"version": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters