Skip to content

Commit d15bee3

Browse files
committed
Simplify with cjs file extension
1 parent b924429 commit d15bee3

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

Plugins/VercelPackager/Server/package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

Plugins/VercelPackager/VercelOutput.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public struct VercelOutput {
100100
try Shell.execute(
101101
executable: context.tool(named: "node").path,
102102
arguments: [
103-
projectDirectory.appending([".build", "checkouts", "Vercel", "Plugins", "VercelPackager", "Server", "server.js"]).string,
103+
projectDirectory.appending([".build", "checkouts", "Vercel", "Plugins", "VercelPackager", "Server", "server.cjs"]).string,
104104
port
105105
],
106106
environment: ["SWIFT_PROJECT_DIRECTORY": projectDirectory.string]

0 commit comments

Comments
 (0)