-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(katana) : add explorer flag and build folder (#2997)
* feat: add explorer flag and build folder * chore: remove warnings and modify startup workflow * chore: remove build files * feat: add updated env config * chore: update commit hash * chore: update env variable * chore: add coderabbit changes * chore: update with explorer crate and rust-embed * chore: add build files and remove submodule config * chore: resolve coderabbit comments * style and move all explorer into its own crate * parse url * chore: update to use submodule in build in ci * chore: update with advanced path sanitization * Update .gitignore * chore: update remote url * prevent explorer port from being 0 in the cli * chore: update ci workflow * chore: add ci logs * chore: add additional logs * chore: update ci * chore: make force submodule add * chore: add dependency in test workflow * chore: update workflow * fix: clippy and docs workflow --------- Co-authored-by: Ammar Arif <[email protected]>
- Loading branch information
Showing
11 changed files
with
491 additions
and
10 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 |
---|---|---|
|
@@ -24,3 +24,5 @@ examples/spawn-and-move/manifests/saya/** | |
**/*.log | ||
|
||
artifacts/ | ||
|
||
crates/katana/explorer/ui |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.