initial commit

This commit is contained in:
2025-05-07 20:01:04 +03:00
commit 497ec62990
6 changed files with 136 additions and 0 deletions

7
config.lua Normal file
View File

@ -0,0 +1,7 @@
local config = require("lapis.config")
config("development", {
server = "nginx",
code_cache = "off",
num_workers = "1"
})