feat: add base app

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-04 20:11:02 +02:00
parent c3b45d9eb6
commit 74a16b4d7c
13 changed files with 2675 additions and 528 deletions

File diff suppressed because it is too large Load Diff

2
src/api/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
#[cfg(feature = "ssr")]
pub fn register() {}