We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7e608 commit 62cd7f1Copy full SHA for 62cd7f1
templates/hyperweb/scripts/build.ts
@@ -3,7 +3,7 @@ import { join } from "path";
3
4
import { configs, type BuildConfig } from "./configs";
5
6
-const rootDir = join(__dirname, "/../");
+const rootDir = join(__dirname, '/../');
7
8
async function buildInterweb(config: BuildConfig): Promise<void> {
9
const { entryFile, outFile, externalPackages } = config;
0 commit comments