Skip to content

Commit

Permalink
chore: allow true for directories that dont exist
Browse files Browse the repository at this point in the history
  • Loading branch information
uanjoze committed Sep 18, 2024
1 parent 3c8f646 commit 339a066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ember-prismic-dom/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Addon } from '@embroider/addon-dev/rollup';
const addon = new Addon({
srcDir: 'src',
destDir: 'dist',
allowEmpty: true,
});

// Add extensions here, such as ts, gjs, etc that you may import
Expand Down

0 comments on commit 339a066

Please sign in to comment.