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
···
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
-
"start": "bun run src/server.ts",
-
"build": "bun build --target=bun --production --outdir=dist ./src/server.ts"
},
"dependencies": {
"@sentry/bun": "^9.40.0",
···
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
+
"start": "bun run src/index.ts",
+
"build": "bun build --target=bun --production --outdir=dist ./src/index.ts"
},
"dependencies": {
"@sentry/bun": "^9.40.0",