Skip to content

Commit eebb702

Browse files
committed
fix(cli): fix netlify toml config
1 parent 4cd8184 commit eebb702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create/src/frameworks/react/hosts/netlify/assets/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
command = "vite build"
3-
dir = "dist/client"
3+
publish = "dist/client"
44
[dev]
55
command = "npm run dev"
66
targetPort = 3000

packages/create/src/frameworks/solid/hosts/netlify/assets/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
command = "vite build"
3-
dir = "dist/client"
3+
publish = "dist/client"
44
[dev]
55
command = "npm run dev"
66
targetPort = 3000

0 commit comments

Comments
 (0)