mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-30 22:32:47 -07:00
feat: create dev scripts
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user