Skip to content

Commit ba91c23

Browse files
committed
feat: update and fix
1 parent ee42601 commit ba91c23

File tree

15 files changed

+2
-2
lines changed

15 files changed

+2
-2
lines changed

dollie.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ module.exports = {
215215
delete: [
216216
async ({ exists }) => {
217217
if (exists('tsconfig.json')) {
218-
return ['src/App.js'];
218+
return ['src/App.js', 'src/pages/**/*.js'];
219219
} else {
220-
return ['src/App.tsx'];
220+
return ['src/App.tsx', 'src/pages/**/*.tsx'];
221221
}
222222
},
223223
],
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)