We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7b2c4 commit 3642a4bCopy full SHA for 3642a4b
README.md
@@ -26,7 +26,7 @@ Here's a taste of Perseus (see [the _tiny_ example](https://github.com/arctic-he
26
use perseus::{Html, PerseusApp, Template};
27
use sycamore::view;
28
29
-#[perseus::main]
+#[perseus::main(perseus_warp::dflt_server)]
30
pub fn main<G: Html>() -> PerseusApp<G> {
31
PerseusApp::new().template(|| {
32
Template::new("index").template(|cx, _| {
0 commit comments