Support Static Site Generation (SSG) (#16)

* refactor: init routes within App::new

* feat: handle build and server run within App struct

* feat: prevent dynamic routes SSG

* feat: support SSG

* chore: remove debugger

* feat: update version to v0.6.0
This commit is contained in:
Valerio Ageno
2024-07-21 14:10:12 +02:00
committed by GitHub
parent 8ab292b2f9
commit 2949ea4dfa
11 changed files with 204 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono-lazy-fn-vite-plugin",
"version": "0.5.0",
"version": "0.6.0",
"description": "Plugin for the tuono's lazy fn. Tuono is the react/rust fullstack framework",
"scripts": {
"dev": "vite build --watch",