devconf/shell/.config/pier/config.toml
2025-01-16 10:29:41 +01:00

6 lines
77 B
TOML

[scripts.httpserver]
command = '''
python -m http.server 3000
'''
[default]