fix: fixes tauri builds and adds workflow to see if everything builds

This commit is contained in:
2024-01-23 13:37:02 -05:00
parent 3697db9b7d
commit c7ec67f1bb
5 changed files with 58 additions and 35 deletions

View File

@ -1,2 +1,2 @@
export const prerender = false;
export const prerender = true;
export const ssr = false;