Skip to content

Commit

Permalink
feat: rm exclusion, file no longer there
Browse files Browse the repository at this point in the history
  • Loading branch information
annacv committed Nov 11, 2024
1 parent c49e5eb commit 5eb69a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/instrumentation.build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function createConfig({
})
),
copy({
targets: [{ src: ['public/**', '!public/index.html'], dest: `${mergedOutput.dir}` }]
targets: [{ src: ['public/**'], dest: `${mergedOutput.dir}` }]
}),
// Resolving plugins
replace(
Expand Down

0 comments on commit 5eb69a9

Please sign in to comment.