Initial commit

This commit is contained in:
Loi Phan
2024-01-13 21:04:48 +07:00
committed by GitHub
commit ddfb3342e2
9 changed files with 957 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"functions": {
"api/server.js": {
"memory": 1024,
"includeFiles": "db.json"
}
},
"rewrites": [
{
"source": "/(.*)",
"destination": "api/server.js"
}
]
}