mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
10 lines
197 B
TOML
10 lines
197 B
TOML
|
|
[build]
|
||
|
|
base = "frontend/"
|
||
|
|
publish = "storybook-static"
|
||
|
|
command = "npx storybook build"
|
||
|
|
|
||
|
|
[template.environment]
|
||
|
|
NODE_ENV = "production"
|
||
|
|
NODE_VERSION = "18.18.2"
|
||
|
|
NPM_VERSION = "9.8.1"
|