Running yarn tauri dev after trying out this branch gives me:
thread 'main' panicked at 'could not build zola site: Zola(Failed to open file /Users/davis/Library/Application Support/weird/template/config.toml
Caused by:
No such file or directory (os error 2))', src/server.rs:198:7
I guess it hasnt had the chance to add the config.toml at this point? It happens due to the Site::new call in create_new_site for me.
Running
yarn tauri dev
after trying out this branch gives me:I guess it hasnt had the chance to add the
config.toml
at this point? It happens due to theSite::new
call increate_new_site
for me.