Files
findreve/Findreve.code-workspace
于小丘 c1c36c606f Refactor config, logging, and startup structure
Introduced pkg modules for environment config, logging, and startup initialization. Replaced direct config and logging setup in main.py with modularized functions. Updated database and migration modules to use environment variables and improved DEBUG handling. Removed tool.py and migrated password utilities to pkg. Cleaned up legacy comments and unused code in models and routes.
2025-10-03 15:00:45 +08:00

14 lines
149 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "../Findreve-frontend-vue"
},
{
"path": "../Findreve-NiceGUI"
}
],
"settings": {}
}