Skip to content

Commit 9c17265

Browse files
committed
update to latest nightly
1 parent 17dbd02 commit 9c17265

4 files changed

Lines changed: 33 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "^25.9.2",
1616
"automd": "^0.4.3",
1717
"eslint-config-unjs": "^0.6.2",
18-
"nitro": "3.0.260603-beta",
18+
"nitro": "npm:nitro-nightly@3.0.1-20260609-125735-da2a75d9",
1919
"oxfmt": "^0.53.0",
2020
"oxlint": "^1.68.0",
2121
"vite": "^8.0.16"

pnpm-lock.yaml

Lines changed: 22 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
allowBuilds:
22
"@parcel/watcher": false
3+
minimumReleaseAgeExclude:
4+
- crossws@0.4.6
5+
- nitro-nightly@3.0.1-20260609-125735-da2a75d9
36
onlyBuiltDependencies:
47
- "@parcel/watcher"
58
- esbuild

server/routes/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ const baseURL = "/base/";
66

77
const withBase = (p: string) => baseURL + p.replace(/^\//, "");
88

9-
const tests = ["api", "form-data", "multipart-form-data", "sourcemap", "websocket"];
9+
const tests = [
10+
"api",
11+
"form-data",
12+
"multipart-form-data",
13+
// "sourcemap",
14+
"websocket",
15+
];
1016

1117
const manualTests = ["env", "node-compat", "headers"];
1218

0 commit comments

Comments
 (0)