Skip to content

Commit

Permalink
update env_wildcards for SvelteKit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksteamdev authored Jul 8, 2024
1 parent 7bde147 commit a412336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fn get_frameworks() -> &'static [Framework] {
},
Framework {
slug: "sveltekit",
env_wildcards: vec!["VITE_*"],
env_wildcards: vec!["VITE_*", "PUBLIC_*"],
dependency_match: Matcher {
strategy: Strategy::All,
dependencies: vec!["@sveltejs/kit"],
Expand Down

0 comments on commit a412336

Please sign in to comment.