Aethel Bot OSS repository! aethel.xyz
bot fun ai discord discord-bot aethel

this should do it

Changed files
+1 -1
+1 -1
package.json
··· 5 5 "type": "module", 6 6 "main": "dist/index.js", 7 7 "scripts": { 8 - "start": "concurrently \"bun run dist/mcp-server/index.js\" \"node dist/index.js\"", 8 + "start": "bun run concurrently \"bun run dist/mcp-server/index.js\" \"node dist/index.js\"", 9 9 "dev": "bun --watch src/mcp-server/index.ts & tsx watch src/index.ts", 10 10 "build": "tsc && node scripts/fix-imports.js", 11 11 "migrate": "node scripts/run-migrations.js",