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 @@
[package]
name = "tuono_lib_macros"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "The react/rust fullstack framework"
keywords = [ "react", "typescript", "fullstack", "web", "ssr"]