deploy 2026-02-27T21:52:28.996Z

This commit is contained in:
2026-02-27 21:52:32 +00:00
parent b8c1e9f92f
commit 773fafb396

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "test-app",
"version": "1.0.0",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.21.0"
}
}