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 8f94aa6 commit ddc22b6Copy full SHA for ddc22b6
1 file changed
dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts
@@ -41,6 +41,8 @@ const DEPENDENTS: Dependent[] = [
41
ignoreExports: [
42
// Not needed for Astro
43
'setupFastifyErrorHandler',
44
+ 'elysiaIntegration',
45
+ 'withElysia',
46
],
47
},
48
{
@@ -75,6 +77,8 @@ const DEPENDENTS: Dependent[] = [
75
77
76
78
// Not needed for Serverless
79
80
81
82
83
84
@@ -84,6 +88,8 @@ const DEPENDENTS: Dependent[] = [
88
85
89
86
90
91
92
87
93
94
95
0 commit comments