Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/next-pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const binaryFilePath =
const copyTmpFiles = async () => {
const spinner = ora('Copying extended next-pkg server').start()
try {
await fs.copy(path.resolve(__dirname, '../lib/server.js'), finalServerPath)
await fs.copy(path.resolve(__dirname, 'server/index.js'), finalServerPath)
spinner.succeed('Extended next-pkg server copied')
} catch (error) {
spinner.fail(`Error copying temporary files: ${error}`)
Expand Down