feat: add backend

This commit is contained in:
2025-09-06 01:28:22 +02:00
parent 664f444222
commit 8ecc71bcec
2 changed files with 12 additions and 0 deletions

12
backend/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "backend",
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "",
"type": "commonjs",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
}
}