Skip to content

Commit

Permalink
refactor: switched default server integration
Browse files Browse the repository at this point in the history
This sets it back to Warp only if the CLI is not used (the CLI verbosely
specifies the integration to use every time).
  • Loading branch information
arctic-hen7 committed Dec 21, 2021
1 parent 3efebcd commit eed2cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/.perseus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tokio = { version = "1", optional = true, features = [ "macros", "rt-multi-threa
integration-actix-web = [ "perseus-actix-web", "actix-web" ]
integration-warp = [ "perseus-warp", "warp", "tokio" ]

default = [ "integration-actix-web" ]
default = [ "integration-warp" ]

# This makes the binary work on its own, and is enabled by `perseus deploy` (do NOT invoke this manually!)
standalone = [ "perseus/standalone", "perseus-engine/standalone" ]

0 comments on commit eed2cc0

Please sign in to comment.