Upload files to "/"

This commit is contained in:
pk13274 2025-03-23 23:34:05 +00:00
parent c0725f614a
commit 9704662342
1 changed files with 12 additions and 0 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "editable-list",
"version": "1.0.0",
"description": "A simple Flask application with an editable list.",
"main": "app.py",
"scripts": {
"start": "python3 app.py"
},
"dependencies": {
"flask": "^2.0.1"
}
}