Skip to content

Commit 910aa76

Browse files
committed
reenable app pages by default in app
1 parent 0665a5d commit 910aa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "main.rs"
1414
default = ["train", "serve", "app"]
1515
train = []
1616
serve = ["bytes", "hyper", "tangram_serve", "tokio"]
17-
app = ["tangram_app", "tangram_app_core", "tokio"]
17+
app = ["tangram_app", "tangram_app/default", "tangram_app_core", "tokio"]
1818

1919
[dependencies]
2020
anyhow = { version = "1", features = ["backtrace"] }

0 commit comments

Comments
 (0)