Skip to content

Commit e80c264

Browse files
authored
refactor: upgrade starters to nitro v3 (#231)
* refactor: upgrade starters to nitro v3 * update checksums
1 parent c4bd420 commit e80c264

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "Nitro",
2+
"name": "Nitro (agnostic)",
33
"description": "Nitro deployment setup",
4-
"link": "https://nitro.build/",
4+
"link": "https://v3.nitro.build/",
55
"phase": "add-on",
66
"modes": ["file-router", "code-router"],
77
"type": "deployment",
88
"priority": 0,
99
"integrations": [
1010
{
1111
"type": "vite-plugin",
12-
"import": "import { nitroV2Plugin } from '@tanstack/nitro-v2-vite-plugin'",
13-
"code": "nitroV2Plugin()"
12+
"import": "import { nitro } from 'nitro/vite'",
13+
"code": "nitro()"
1414
}
1515
],
1616
"default": true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@tanstack/nitro-v2-vite-plugin": "^1.132.31"
3+
"nitro": "latest"
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 = '4e120a677f2d05a2dbe492f761bd3fefc02b835ebcdf9511a9ed78ceaa545a41'
3+
export const contentChecksum = '22415a1abc64758541fdba06e79f1b24860e8100379e3a08c2cd0084f5ec26f9'

frameworks/solid/hosts/nitro/info.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "Nitro",
2+
"name": "Nitro (agnostic)",
33
"description": "Nitro deployment setup",
4-
"link": "https://nitro.build/",
4+
"link": "https://v3.nitro.build/",
55
"phase": "add-on",
66
"modes": ["file-router", "code-router"],
77
"type": "deployment",
88
"integrations": [
99
{
1010
"type": "vite-plugin",
11-
"import": "import { nitroV2Plugin } from '@tanstack/nitro-v2-vite-plugin'",
12-
"code": "nitroV2Plugin()"
11+
"import": "import { nitro } from 'nitro/vite'",
12+
"code": "nitro()"
1313
}
1414
],
1515
"default": true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@tanstack/nitro-v2-vite-plugin": "^1.133.19"
3+
"nitro": "latest"
44
}
55
}

frameworks/solid/src/checksum.ts

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 = '8e60d2780707119865b8f8ba4274517e4a66391a2f2f62090d954b63716c2a01'
3+
export const contentChecksum = '0c2e44dacd37af5293071c9f8ea934a2b52c4e37abc13d3e4c811187c40cb2d3'

0 commit comments

Comments
 (0)