Skip to content

Commit

Permalink
fix: add envPrefix to runtimeConfig.nitro types (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jun 22, 2023
1 parent 21a2595 commit ed69bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/nitro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export interface NitroRuntimeConfigApp {
export interface NitroRuntimeConfig {
app: NitroRuntimeConfigApp;
nitro: {
envPrefix?: string;
routeRules?: {
[path: string]: NitroRouteConfig;
};
Expand Down

0 comments on commit ed69bae

Please sign in to comment.