Skip to content

Commit

Permalink
chore: add scripts (#35)
Browse files Browse the repository at this point in the history
* chore: add scripts

* chore: update gitignore, remove Cargo.lock

* chore: update default port

* chore: update L2 default address: localhost -> 0.0.0.0
  • Loading branch information
captainlee1024 authored Jul 4, 2024
1 parent 036b7c2 commit f3da826
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9,014 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
.vscode
/tmp

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
Loading

0 comments on commit f3da826

Please sign in to comment.