Browse Source

fix static generation playwright test

Evan Almloff 11 tháng trước cách đây
mục cha
commit
580bf666a6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }