瀏覽代碼

fix static generation playwright test

Evan Almloff 11 月之前
父節點
當前提交
580bf666a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 }