forked from jmug/cactoide
7 lines
139 B
TOML
7 lines
139 B
TOML
[build]
|
|
# Build command for SvelteKit
|
|
command = "npm run build"
|
|
|
|
# Publish directory (where the built files are located)
|
|
publish = "build"
|