chore: update bun.lock and package.json to include @types/bun and adjust deploy workflow tags
This commit is contained in:
6
scripts/convex-deploy-prod.ts
Normal file
6
scripts/convex-deploy-prod.ts
Normal 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'
|
||||
// );
|
||||
Reference in New Issue
Block a user