Skip to content

Commit

Permalink
fix: add default value for assets.dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 1, 2022
1 parent 18ee71b commit 4d7c6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const NitroDefaults: NitroConfig = {
analyze: false,
moduleSideEffects: ['unenv/runtime/polyfill/'],
replace: {},
assets: {},
assets: { dirs: { } },

// Advanced
nodeModulesDirs: [],
Expand Down

0 comments on commit 4d7c6ac

Please sign in to comment.