first commit (ty gemini)

This commit is contained in:
sky
2025-11-22 15:26:30 -05:00
commit 80d6e4724a
4 changed files with 125 additions and 0 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "caddy-byod-v2",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}