Skip to content

Commit aa592bb

Browse files
committed
20230721E
1 parent c58a3f8 commit aa592bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { dirname as pathDirname, join as pathJoin } from "node:path";
55
import { fileURLToPath } from "node:url";
66
import ncc from "@vercel/ncc";
77
const root = pathDirname(fileURLToPath(import.meta.url));
8-
const packageFileName = "package.json"
8+
const packageFileName = "package.json";
99
const scriptEntryPointFileName = "main.js";
1010
const inputDirectoryPath = pathJoin(root, "temp");
1111
const inputFilePath = pathJoin(inputDirectoryPath, scriptEntryPointFileName);

0 commit comments

Comments
 (0)