Skip to content

Commit

Permalink
fix: bun bin not found
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Apr 18, 2024
1 parent 293b79f commit f659a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default async function main(
const server = path.resolve(__dirname, '../../bin/server.js')
execSync(`bun ${server}`, {
env: {
...process.env,
PORT: port,
SECRET_KEY: secret,
ALLOWED_ORIGIN: allowOrigin,
Expand Down

0 comments on commit f659a1a

Please sign in to comment.