config.path 305 B

1234567
  1. root = "./"
  2. luaservice = root.."service/?.lua;"..root.."test/?.lua;"..root.."examples/?.lua;"..root.."test/?/init.lua"
  3. lualoader = root .. "lualib/loader.lua"
  4. lua_path = root.."lualib/?.lua;"..root.."lualib/?/init.lua"
  5. lua_cpath = root .. "luaclib/?.so"
  6. snax = root.."examples/?.lua;"..root.."test/?.lua"