We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3152f commit f83d562Copy full SHA for f83d562
packages/runtime/src/helpers/analysis.ts
@@ -6,7 +6,7 @@ import { relative } from 'pathe'
6
7
// I have no idea what eslint is up to here but it gives an error
8
// eslint-disable-next-line no-shadow
9
-export enum ApiRouteType {
+export const enum ApiRouteType {
10
SCHEDULED = 'experimental-scheduled',
11
BACKGROUND = 'experimental-background',
12
}
0 commit comments