13 lines
260 B
TOML
13 lines
260 B
TOML
# Server-specific config (for run.sh which executes from server/)
|
|
preload = ["../scripts/preload-env.ts"]
|
|
|
|
[loader]
|
|
".lua" = "text"
|
|
|
|
[test]
|
|
preload = ["../scripts/preload-env.ts", "./tests/setup-integration-tests.ts"]
|
|
timeout = 0
|
|
|
|
[test.env]
|
|
NODE_ENV = "test"
|