Skip to content

Commit c06ccd0

Browse files
authored
fix: add missing nitro presets to compatibility map (#559)
1 parent bd3b422 commit c06ccd0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/compatibility.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,24 @@ export const RuntimeCompatibility: Partial<Record<PresetName | 'stackblitz' | 'c
6767
'nitro-prerender': NodePrerenderRuntime,
6868
'node-server': NodeRuntime,
6969
'node-cluster': NodeRuntime,
70+
'node-listener': NodeRuntime,
7071
'bun': NodeRuntime,
72+
'deno-server': NodeRuntime,
73+
'deno-deploy': NodeRuntime,
74+
// node-server extending presets
75+
'alwaysdata': NodeRuntime,
76+
'cleavr': NodeRuntime,
77+
'digital-ocean': NodeRuntime,
78+
'edgio': NodeRuntime,
79+
'flight-control': NodeRuntime,
80+
'heroku': NodeRuntime,
81+
'iis-handler': NodeRuntime,
82+
'iis-node': NodeRuntime,
83+
'koyeb': NodeRuntime,
84+
'platform-sh': NodeRuntime,
85+
'render-com': NodeRuntime,
86+
'zeabur': NodeRuntime,
87+
'zerops': NodeRuntime,
7188
'stackblitz': WebContainer,
7289
'codesandbox': WebContainer,
7390
'aws-amplify': awsLambda,

0 commit comments

Comments
 (0)