Fix: build nuxt to commonjs target

This commit is contained in:
Aram Becker 2023-05-08 23:03:45 +02:00
parent 228b5203a8
commit 03ed99d316
11 changed files with 14359 additions and 567 deletions

View file

@ -14,4 +14,4 @@ const handler = listener
);
}
export { useRuntimeConfig, getRouteRules, handler, listener, useNitroApp };
export { useRuntimeConfig, getRouteRules, handler, listener, useNitroApp }