mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
- add Discord OAuth2 authentication - allow users to register their bots via token - implement dynamic bot start/stop system - store bots in database (multi-tenant) - replace single-bot env setup with scalable architecture
17 lines
180 B
Plaintext
17 lines
180 B
Plaintext
node_modules/
|
|
build/
|
|
dist/
|
|
.next/
|
|
apps/*/dist/
|
|
apps/*/.next/
|
|
packages/*/dist/
|
|
*.tsbuildinfo
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.vscode/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|