-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #778 from Conflux-Chain/dev
- Loading branch information
Showing
241 changed files
with
7,208 additions
and
2,019 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,3 +1,3 @@ | ||
# shared basic environment variable | ||
# the build tool will load this file with any NODE_ENV | ||
SNOWPACK_PUBLIC_FLUENT_VERSION=1.3.1 | ||
SNOWPACK_PUBLIC_FLUENT_VERSION=1.4.0 |
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
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{:paths ["scripts"] | ||
:deps {medley/medley {:mvn/version "1.3.0"}} | ||
:tasks | ||
{nrepl {:doc "start bb nrepl" | ||
:task x.nrepl/run} | ||
shadow {:doc "start shadow-cljs repl" | ||
:task x.shadow/run} | ||
snowpack {:doc "start snowpack dev server" | ||
:task (shell "yarn run dev")} | ||
|
||
-start {:depends [nrepl shadow snowpack]} | ||
start {:doc "start bb and cljs repl" | ||
:task (run '-start {:parallel true})}}} |
Oops, something went wrong.