Initial commit, blog system works
This commit is contained in:
12
.luarc.json
Normal file
12
.luarc.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtime.version": "Lua 5.4",
|
||||
"workspace.ignoreDir": [".jj", ".deps"],
|
||||
"diagnostics.globals": [
|
||||
"HidePath", "Log", "kLogWarn", "kLogInfo", "kLogDebug",
|
||||
"SetStatus", "SetHeader", "SetCookie", "GetCookie", "GetHeader",
|
||||
"GetRemoteAddr", "FormatIp", "ParseIp", "GetParam",
|
||||
"EscapeHtml", "EscapePath", "EncodeHex", "GetRandomBytes",
|
||||
"ServeRedirect", "Write", "Fetch",
|
||||
"unix", "argon2"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user