File: netlify.toml

package info (click to toggle)
htmx 4.0.0-alpha8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 191,048 kB
  • sloc: javascript: 29,775; sh: 44; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build]
base    = "www"
publish = "dist"
command = "bun install && bun run build"

[build.environment]
NODE_VERSION = "22"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"

[context.deploy-preview]
command = "bun install && bun run build"

[build.processing]
skip_processing = false

[build.processing.html]
pretty_urls = false