Skip to content

Commit 08e7ed7

Browse files
committed
reversing accidental change
1 parent 6a846b3 commit 08e7ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const wildcardExternalsPlugin = (peerDependencies) => ({
3838
}
3939
});
4040

41-
const files = glob.sync("src/**/assets/src/live_controller.ts");
41+
const files = glob.sync("src/**/assets/src/*controller.ts");
4242
const packages = files.map((file) => {
4343
const absolutePath = path.join(__dirname, file);
4444
const packageData = require(pkgUp.sync({ cwd: absolutePath }));

0 commit comments

Comments
 (0)