6 lines
77 B
TOML
6 lines
77 B
TOML
[scripts.httpserver]
|
|
command = '''
|
|
python -m http.server 3000
|
|
'''
|
|
|
|
[default]
|