-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing code, adding linter and fixing lints
- Loading branch information
Showing
6 changed files
with
287 additions
and
160 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,18 +1,16 @@ | ||
|
||
build-wasm: | ||
wasm-pack build --target no-modules --out-dir pkg crates/lora-inspector-wasm --release --weak-refs | ||
|
||
test: | ||
cargo test --workspace | ||
|
||
build-wasm: | ||
wasm-pack build --target no-modules --out-dir pkg crates/lora-inspector-wasm --release --weak-refs | ||
|
||
build-dev-wasm: | ||
wasm-pack build --target no-modules --out-dir pkg crates/lora-inspector-wasm --release --weak-refs | ||
|
||
dev-wasm: | ||
cd crates/lora-inspector-wasm && yarn vite | ||
|
||
dev-wasm-2: | ||
dev-wasm-cors: | ||
cd crates/lora-inspector-wasm/ && python simple-cors-server.py | ||
|
||
|
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.