Rename birb to application

This commit is contained in:
Idrees Hassan
2025-10-26 17:08:09 -04:00
parent 0873b4db1f
commit e1c88120d3
5 changed files with 1117 additions and 1114 deletions

View File

@@ -68,7 +68,7 @@ const userScriptHeader =
// Bundle with rollup
const bundle = await rollup({
input: 'src/birb.js',
input: 'src/application.js',
});
await bundle.write({