Skip to content

Commit

Permalink
build: explicitly add nitropack to externals (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 16, 2024
1 parent 6adc84c commit b2831dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export default defineBuildConfig({
},
},
},
externals: ["@nuxt/schema", "firebase-functions", "@scalar/api-reference"],
externals: ["@nuxt/schema", "firebase-functions", "@scalar/api-reference", "nitropack"],
});

0 comments on commit b2831dd

Please sign in to comment.