helium/conf.lua
2020-02-14 03:11:53 +02:00

6 lines
226 B
Lua

return {
HOTSWAP = true, --Turns on hotswap, disable this once you're deploying a project
AUTO_RUN = true, --Replaces the default love.run
DEBUG = true, --Reserved for later
PURE_G = true, --whether to keep _G pure
}