Add initial serverless setup.

This commit is contained in:
Patrick Fic
2026-01-08 12:09:38 -08:00
parent b29600158a
commit 2a53f7b7d0
11 changed files with 139 additions and 11 deletions

13
serverless/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "serverless",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}