added arguments and support for running locally

This commit is contained in:
2024-07-12 14:26:42 -07:00
parent 9a0c639c96
commit 48aab27d60
4 changed files with 38 additions and 5 deletions

4
main.fnl Normal file → Executable file
View File

@ -1,3 +1,7 @@
#!/usr/bin/env fennel
(require :arg-handler)
(set _G.files {})
(require :server)