Skip to content

Commit

Permalink
Merge pull request #38 from BrowserSync/playground-feature
Browse files Browse the repository at this point in the history
Playground feature
  • Loading branch information
shakyShane authored Nov 11, 2024
2 parents 28824e5 + 8843c46 commit 20b7e3e
Show file tree
Hide file tree
Showing 52 changed files with 1,563 additions and 7,371 deletions.
31 changes: 29 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ insta = { version = "1.38.0", features = ["yaml"] }
miette = { version = "7.2.0", features = ["fancy", "syntect-highlighter"] }

[profile.release]
strip = true # Automatically strip symbols from the binary.
strip = true
opt-level = "z"
lto = true
codegen-units = 1
Expand Down
1 change: 1 addition & 0 deletions crates/bsnext_client/inject/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/meta.json
Loading

0 comments on commit 20b7e3e

Please sign in to comment.