diff options
| author | unwox <me@unwox.com> | 2025-04-28 10:52:29 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-04-28 10:52:29 +0600 |
| commit | 334367bac51fda43952fe24c1d38048e39f67be9 (patch) | |
| tree | a972bdbc4936604a5c5fea9450c7ce67997256cd /bin/serve.fnl | |
| parent | 79495b24ae0a1e92921e3acd552609c16136493f (diff) | |
content adjustments
Diffstat (limited to 'bin/serve.fnl')
| -rw-r--r-- | bin/serve.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/serve.fnl b/bin/serve.fnl index 8235468..222c4b5 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -51,4 +51,4 @@ (luna.router.static "GET /static/" "static/") (when luna.debug - (luna.evalfn (fn [code] (fennel.eval code {:env _G})))) + (luna.on-eval (fn [code] (fennel.eval code {:env _G})))) |
