Skip to content

Commit 9a42348

Browse files
committed
chore: update size limits for builds
1 parent 5e7b256 commit 9a42348

10 files changed

Lines changed: 32 additions & 4646 deletions

File tree

CLAUDE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
description: Use Bun instead of Node.js, npm, pnpm
3+
globs: '*.ts, *.tsx, *.html, *.css, *.js, *.jsx, package.json'
4+
alwaysApply: false
5+
---
6+
7+
Default to using Bun instead of Node.js.
8+
9+
- Use `bun <file>` instead of `node <file>` or `ts-node <file>`
10+
- Use `bun build <file.html|file.ts|file.css>` instead of `webpack` or `esbuild`
11+
- Use `bun install` instead of `npm install` or `yarn install` or `pnpm install`
12+
- Use `bun run <script>` instead of `npm run <script>` or `yarn run <script>` or `pnpm run <script>`
13+
- Use `bunx <package> <command>` instead of `npx <package> <command>`
14+
- Bun automatically loads .env, so don't use dotenv.

bun.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ <h4>${notification.title || 'Notification'}</h4>
128128
// },
129129
// },
130130
});
131-
console.log('uhh', OneSignal.User);
132131
OneSignal.User.addTag('test', 'test');
133132

134133
OneSignal.Notifications.addEventListener(

0 commit comments

Comments
 (0)