Skip to content

Commit

Permalink
Add warmer function
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Feb 12, 2025
1 parent 3bb1c68 commit 8e0d26f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ export default $config({
},
server: {
architecture: "arm64",
memory: "10240 MB",
memory: "4096 MB",
},
warm: 1,
});
},
});

0 comments on commit 8e0d26f

Please sign in to comment.