Skip to content

Commit 62cd7f1

Browse files
committed
chore(build): fixed merge conflict
1 parent aa7e608 commit 62cd7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/hyperweb/scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { join } from "path";
33

44
import { configs, type BuildConfig } from "./configs";
55

6-
const rootDir = join(__dirname, "/../");
6+
const rootDir = join(__dirname, '/../');
77

88
async function buildInterweb(config: BuildConfig): Promise<void> {
99
const { entryFile, outFile, externalPackages } = config;

0 commit comments

Comments
 (0)