1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 07:31:46 +01:00
Files
dozzle/netlify.toml
Amir Raminfar 8cf9fbe77c Moves netlify
2023-02-28 11:48:43 -08:00

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"