a cache for slack profile pictures and emojis

chore: fix package.json

dunkirk.sh 8ca9a0ad 6f1ed5c1

verified
Changed files
+2 -2
+2 -2
package.json
··· 4 4 "scripts": { 5 5 "test": "echo \"Error: no test specified\" && exit 1", 6 6 "dev": "bun run --watch src/index.ts", 7 - "start": "bun run src/server.ts", 8 - "build": "bun build --target=bun --production --outdir=dist ./src/server.ts" 7 + "start": "bun run src/index.ts", 8 + "build": "bun build --target=bun --production --outdir=dist ./src/index.ts" 9 9 }, 10 10 "dependencies": { 11 11 "@sentry/bun": "^9.40.0",