feat: create dev scripts

This commit is contained in:
Valerio Ageno
2024-05-23 22:02:50 +02:00
parent ec2fb17f7f
commit 322908145e
9 changed files with 132 additions and 42 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ impl Js {
thread_local! {
pub static SSR: RefCell<Ssr<'static, 'static>> = RefCell::new(
Ssr::from(
read_to_string("./out/server/server-main.js").unwrap(),
read_to_string("./.tuono/server/dev-server.js").unwrap(),
""
).unwrap()
)