Skip to content

Commit bde84fd

Browse files
committed
update netlify.toml, should fix buhrmi#3
1 parent 7f86f87 commit bde84fd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

netlify.toml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[build]
22
command = "npm run build"
3-
publish = "build/"
4-
functions = "functions/"
3+
publish = "build"
4+
5+
[dev]
6+
command = "svelte-kit dev"
7+
8+
[functions]
9+
directory = "netlify/functions"
10+
node_bundler = "esbuild"

0 commit comments

Comments
 (0)