Skip to content

Commit

Permalink
feat: Add support for exporting current view of data
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrr committed Jul 14, 2024
1 parent bf49b9c commit 7d5134c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"type": "debugpy",
"request": "launch",
"module": "flask",
"cwd": "${workspaceFolder}/server",
"env": { "FLASK_APP": "server/api.py", "FLASK_DEBUG": "1" },
"args": ["run", "--no-debugger", "--no-reload", "--port", "8000"],
"jinja": true,
Expand Down
File renamed without changes.

0 comments on commit 7d5134c

Please sign in to comment.