Skip to content

Commit 29fdb0c

Browse files
committed
chore: bump recursion limit to do production builds
1 parent 45388b1 commit 29fdb0c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![recursion_limit = "1024"]
12
pub mod app;
23
pub mod app_state;
34
pub mod config;

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![recursion_limit = "1024"]
2+
13
#[cfg(feature = "ssr")]
24
#[tokio::main]
35
async fn main() {

0 commit comments

Comments
 (0)