mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 11:03:12 +00:00
8 lines
128 B
Lua
8 lines
128 B
Lua
-- This file will execute before every lua service start
|
|
-- See config
|
|
|
|
local skynet = require "skynet"
|
|
|
|
print("PRELOAD", ...)
|
|
|