Browse Source

fix static generation playwright test

Evan Almloff 11 months ago
parent
commit
580bf666a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/playwright-tests/static-generation/Cargo.toml

+ 1 - 1
packages/playwright-tests/static-generation/Cargo.toml

@@ -7,7 +7,7 @@ publish = false
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus = { workspace = true, features = ["fullstack"] }
+dioxus = { workspace = true, features = ["static-generation"] }
 serde = "1.0.159"
 tokio = { workspace = true, features = ["full"], optional = true }