Skip to content

Commit 71b694b

Browse files
committed
fix: Netlify updates
1 parent 945dfaf commit 71b694b

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

frameworks/react-cra/hosts/netlify/assets/netlify.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
command = "vite build"
33
dir = "dist/client"
44
[dev]
5-
command = "vite dev"
6-
port = 3000
5+
command = "npm run dev"
6+
targetPort = 3000
7+
port = 8888
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"dependencies": {
3-
"@netlify/vite-plugin-tanstack-start": "^1.0.2"
2+
"devDependencies": {
3+
"@netlify/vite-plugin-tanstack-start": "^1.2.3"
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is auto-generated. Do not edit manually.
22
// Generated from add-ons, examples, hosts, project, and toolchains directories
3-
export const contentChecksum = '33ec3ec7dbdb94bb6ef6d8ba9831b43fba7f3d1f88a10408684e0ba39d282142'
3+
export const contentChecksum = '91ab333689da4a55dac5572c70c66bf3cf8710caf4fe62ee5fd63d7fa924f8a2'

frameworks/solid/hosts/netlify/assets/netlify.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
command = "vite build"
33
dir = "dist/client"
44
[dev]
5-
command = "vite dev"
6-
port = 3000
5+
command = "npm run dev"
6+
targetPort = 3000
7+
port = 8888
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"dependencies": {
3-
"@netlify/vite-plugin-tanstack-start": "^1.0.2"
2+
"devDependencies": {
3+
"@netlify/vite-plugin-tanstack-start": "^1.2.3"
44
}
55
}

packages/cta-engine/src/create-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ ${cdInstruction}% ${formatCommand(
261261
getPackageManagerScriptCommand(options.packageManager, ['dev']),
262262
)}
263263
264-
Please read the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
264+
Please check the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
265265
)
266266
}
267267

0 commit comments

Comments
 (0)