server as netlify function

This commit is contained in:
Matteo Rosati
2026-01-26 15:22:24 +01:00
parent 2d90ce676b
commit a9170932e7
5 changed files with 13 additions and 11846 deletions

3
netlify.toml Normal file
View File

@@ -0,0 +1,3 @@
[[edge_functions]]
function = "index" # The name of your file
path = "/api/*"