-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* checkpoint * checkpoint * handle moc * worker * fix * simplify vite.config * Refactoring for Vite migration (#249) * Misc * Remove extraneous config * simplify vite.config and bump versions * bump dependencies * fix * fix * remove eval in didToJs * fmt * Update hash for dfx version 0.23.0 * More refactoring for Vite migration (#252) * Reintroduce 'global' for dev server * Refactor to use 'Motoko' promise instead of global variable * Misc * Only run 'eval()' in 'loadMoc()' at most once * Reformat * chunking * fix * rename --------- Co-authored-by: Ryan Vandersmith <ryan.vandersmith@dfinity.org> Co-authored-by: krpeacock <16298804+krpeacock@users.noreply.github.com>
- Loading branch information
1 parent
81d7d81
commit 2ccaf64
Showing
20 changed files
with
5,477 additions
and
34,881 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx lint-staged |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -35,5 +35,6 @@ | |
"source": ["build"], | ||
"type": "assets" | ||
} | ||
} | ||
}, | ||
"output_env_file": ".env" | ||
} |
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
Oops, something went wrong.