Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -12,6 +12,6 @@ console.log(`Starting Next.js development server on port ${port}...`);
|
|||||||
|
|
||||||
// Executar next dev com a porta especificada
|
// Executar next dev com a porta especificada
|
||||||
execSync(`npx next dev --turbopack --port ${port}`, {
|
execSync(`npx next dev --turbopack --port ${port}`, {
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
env: { ...process.env, PORT: port }
|
env: { ...process.env, PORT: port }
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user