No description
- rules dev => now watch is enable (recompile on each modification)
- update packages
- typescript: 5 => 5.8.3
- eslint: 9.31 => 9.33
- prisma: 6.12 => 6.14
- dotenv: 17.2.0 => 17.2.1
|
||
|---|---|---|
| assets | ||
| prisma | ||
| src | ||
| .gitignore | ||
| flake.nix | ||
| package.json | ||
| README.md | ||
TTY discord bot
To install dependencies:
bun install
To run in developpement bot:
bun run dev
To build to javacript:
bun run build