thomaswilson-sveltekit/netlify.toml

6 lines
163 B
TOML
Raw Normal View History

2022-04-16 10:43:45 +00:00
[build]
command="yarn build"
2022-09-19 18:51:43 +00:00
publish="build"
[functions]
node_bundler = "esbuild" # temporary workaround for https://github.com/sveltejs/kit/issues/6462