feat: start command
serenity 1 month ago ca90541e dc6df010
··· 11 11 "db:push": "drizzle-kit push", 12 12 "lint": "eslint --fix", 13 13 "dev": "tsx src/index.ts", 14 14 - "build": "tsdown src/index.ts" 14 14 + "build": "tsdown src/index.ts", 15 15 + "start": "pnpm build && node dist/index.mjs" 15 16 }, 16 17 "keywords": [], 17 18 "author": "",