mattermost-plugin-cleanup-c.../webapp
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Felipe M. ff73827c79
Migrate from npm to bun
- Replace NPM variable with BUN in Makefile
- Update all npm commands to use bun instead
- Update build/setup.mk to check for bun availability
- Remove .nvmrc (nvm is for Node version management)
- Remove webapp/.npmrc (bun uses exact versions by default)
- Replace package-lock.json with bun.lock
- CI workflows already use setup-bun, no changes needed there
2026-07-25 18:56:18 +02:00
..
i18n Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
src Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
tests Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
.eslintignore Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
.eslintrc.json Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
.gitignore Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
babel.config.js Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
bun.lock Migrate from npm to bun 2026-07-25 18:56:18 +02:00
package.json Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
tsconfig.json Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
webpack.config.js Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00