8 lines
237 B
TOML
8 lines
237 B
TOML
[build]
|
|
target = "index.html"
|
|
|
|
[serve]
|
|
# Enable environment variable substitution
|
|
# Trunk will replace {{PORTAL_API_KEY}} with the value from the environment
|
|
# Set PORTAL_API_KEY environment variable before running trunk serve
|
|
env = true |