Files
api/package.json
2026-02-07 16:55:00 +00:00

6 lines
72 B
JSON

{
"type": "module",
"scripts": {
"start": "node server.js"
}
}