-
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
Showing
5 changed files
with
19 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[tasks.run] | ||
|
||
description = "Run ekke" | ||
workspace = false | ||
|
||
script = [ | ||
|
||
"cargo build --all", | ||
|
||
"pushd apps/main/main_frontend", | ||
"wasm-pack build --target no-modules", | ||
"popd", | ||
"cargo run --bin ekke", | ||
|
||
] |
Submodule main
updated
from a5e81f to 5efc72
Submodule ekke_core
updated
from 60b5e7 to 90f0dd
Submodule ekke_io
updated
from 208b33 to 6469b0