Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Create netlify.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Emperor Numerius <[email protected]>
  • Loading branch information
EmperorNumerius authored May 28, 2024
1 parent eb18cb8 commit 3db11de
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[dev]
command = "bun run dev"

[build]
command = "bun run build"
publish = "dist"

[[redirects]]
from = "/api/*"
to = "/.netlify/functions/:splat"
status = 200

0 comments on commit 3db11de

Please sign in to comment.