Skip to content

Commit

Permalink
fix: Run next executable instead of next bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Jan 7, 2025
1 parent 6f4e538 commit e37ecb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');

const nextPath = path.join(__dirname, 'node_modules', '.bin', 'next');
const nextPath = path.join(__dirname, 'node_modules', 'next/dist/bin/next');

process.argv.length = 1;
process.argv.push(nextPath, 'start');
Expand Down

0 comments on commit e37ecb1

Please sign in to comment.