Skip to content

Commit

Permalink
[core] use node dist/main
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed Sep 10, 2024
1 parent 7c14483 commit e7ad6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ uv_threadpool_size=$(($cpus * 2))
export UV_THREADPOOL_SIZE="${UV_THREADPOOL_SIZE:-$uv_threadpool_size}"

# Start your application using yarn
yarn start:prod
node dist/main

0 comments on commit e7ad6e0

Please sign in to comment.