annator / aimoneyflow /netlify.toml
techprotrade's picture
Add aimoneyflow directory
9e6ae12 verified
Raw
History Blame Contribute Delete
276 Bytes
[build]
command = "npm run build && mkdir -p dist/assets && cp -r assets/* dist/assets/ && cp -f start.html intake-personal.html intake-company.html submitted.html dashboard.html dist/ 2>/dev/null || true"
publish = "dist"
[build.environment]
NODE_VERSION = "20"