Skip to content

Commit c2ef696

Browse files
committed
feat: changing hosting terminology to deployment adapter
1 parent 1dfe917 commit c2ef696

File tree

29 files changed

+86
-84
lines changed

29 files changed

+86
-84
lines changed

cli/create-start-app/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cli({
1212
appName: 'TanStack Start',
1313
forcedMode: 'file-router',
1414
forcedAddOns: ['start'],
15-
showHostingOptions: true,
16-
forcedHost: 'nitro',
15+
showDeploymentOptions: true,
16+
forcedDeployment: 'nitro',
1717
craCompatible: true,
1818
})

cli/create-tanstack-app/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ registerSolid()
1010
cli({
1111
name: 'create-tanstack-app',
1212
appName: 'TanStack',
13-
forcedHost: 'nitro',
13+
forcedDeployment: 'nitro',
1414
defaultTemplate: 'file-router',
1515
craCompatible: true,
1616
})

cli/create-tanstack/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ registerSolid()
1010
cli({
1111
name: 'create-tanstack',
1212
appName: 'TanStack',
13-
forcedHost: 'nitro',
13+
forcedDeployment: 'nitro',
1414
defaultTemplate: 'file-router',
1515
craCompatible: true,
1616
})

cli/ts-create-start/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ registerSolid()
99

1010
cli({
1111
name: '@tanstack/create-start',
12-
forcedHost: 'nitro',
12+
forcedDeployment: 'nitro',
1313
appName: 'TanStack Start',
1414
forcedMode: 'file-router',
1515
forcedAddOns: ['start'],
1616
craCompatible: true,
17-
showHostingOptions: true,
17+
showDeploymentOptions: true,
1818
})

frameworks/react-cra/hosts/cloudflare/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"link": "https://developers.cloudflare.com/workers/vite-plugin/",
55
"phase": "add-on",
66
"modes": ["file-router", "code-router"],
7-
"type": "host",
7+
"type": "deployment",
88
"priority": 200,
99
"integrations": [
1010
{

frameworks/react-cra/hosts/netlify/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"link": "https://docs.netlify.com",
55
"phase": "add-on",
66
"modes": ["file-router", "code-router"],
7-
"type": "host",
7+
"type": "deployment",
88
"priority": 180,
99
"integrations": [
1010
{

frameworks/react-cra/hosts/nitro/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"link": "https://nitro.build/",
55
"phase": "add-on",
66
"modes": ["file-router", "code-router"],
7-
"type": "host",
7+
"type": "deployment",
88
"priority": 0,
99
"integrations": [
1010
{
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 = 'fc2c264c6040b156c6978f56efd469d8b77dfcd50d6fb0b3744a074761e44232'
3+
export const contentChecksum = '4e120a677f2d05a2dbe492f761bd3fefc02b835ebcdf9511a9ed78ceaa545a41'

frameworks/solid/hosts/cloudflare/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"link": "https://developers.cloudflare.com/workers/vite-plugin/",
55
"phase": "add-on",
66
"modes": ["file-router", "code-router"],
7-
"type": "host",
7+
"type": "deployment",
88
"priority": 200,
99
"integrations": [
1010
{

frameworks/solid/hosts/netlify/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"link": "https://docs.netlify.com",
55
"phase": "add-on",
66
"modes": ["file-router", "code-router"],
7-
"type": "host",
7+
"type": "deployment",
88
"priority": 180,
99
"integrations": [
1010
{

0 commit comments

Comments
 (0)