mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
11 lines
257 B
TOML
Executable file
11 lines
257 B
TOML
Executable file
[build]
|
|
publish = "dist"
|
|
command = "pnpm run build && pnpm run test && pnpm run lint && pnpm test:typecheck"
|
|
|
|
# Redirect to Discord server
|
|
[[redirects]]
|
|
from = "https://chat.elk.zone"
|
|
to = "https://discord.gg/vAZSDU9J"
|
|
status = 301
|
|
force = true
|