Skip to content

Commit 7d5134c

Browse files
committed
feat: Add support for exporting current view of data
1 parent bf49b9c commit 7d5134c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"type": "debugpy",
1010
"request": "launch",
1111
"module": "flask",
12+
"cwd": "${workspaceFolder}/server",
1213
"env": { "FLASK_APP": "server/api.py", "FLASK_DEBUG": "1" },
1314
"args": ["run", "--no-debugger", "--no-reload", "--port", "8000"],
1415
"jinja": true,
File renamed without changes.

0 commit comments

Comments
 (0)