- Migrate from environment variables to CLI flags for configuration - Add support for --listen, --root-path, --dir-indexing, --log-level, --response-timeout flags - Remove config validation error struct as it's no longer needed - Update .gitignore to exclude /dist directory - Simplify configuration loading with flag.Parse()
6 lines
34 B
Plaintext
6 lines
34 B
Plaintext
**/.#*
|
|
**/*~
|
|
/.idea
|
|
/run.sh
|
|
/dist
|