chore: update bun.lock and package.json to include @types/bun and adjust deploy workflow tags

This commit is contained in:
2026-01-13 14:23:37 -03:00
parent ec6ba1d95f
commit a94ec86349
5 changed files with 91 additions and 74 deletions

View File

@@ -0,0 +1,6 @@
import { $ } from 'bun';
await $`bunx convex deploy`.cwd('packages/backend');
// await $`bun --env-file=.env.prod -e 'console.log(process.env.CONVEX_SELF_HOSTED_URL)'`.cwd(
// 'packages/backend'
// );