diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,5 +9,6 @@ jinja2 = "*" [dev-packages] -[requires] -python_version = "3.10" +[scripts] +build = "python build.py" +serve = "python -m http.server --directory build"
\ No newline at end of file |
