forked from github/server
e608d40e7a
step 3: the example server that anyone can use
6 lines
127 B
Lua
6 lines
127 B
Lua
require "example.rules"
|
|
|
|
local srcpath = config.source_dir
|
|
tests = {
|
|
srcpath .. '/server/scripts/tests/common.lua',
|
|
}
|