1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-26 23:21:41 +01:00

Moves netlify

This commit is contained in:
Amir Raminfar
2023-02-28 11:48:36 -08:00
parent 9c5da96eb4
commit 8cf9fbe77c

9
netlify.toml Executable file
View File

@@ -0,0 +1,9 @@
[build.environment]
NPM_FLAGS = "--version"
NODE_VERSION = "16"
[build]
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"