mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 14:59:26 +01:00
10 lines
178 B
TOML
Executable File
10 lines
178 B
TOML
Executable File
[build.environment]
|
|
NPM_FLAGS = "--version"
|
|
NODE_VERSION = "16"
|
|
|
|
[build]
|
|
publish = "dist"
|
|
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
|
|
|
|
|