Skip to content

Commit c96bef2

Browse files
committed
wip
1 parent 037b85f commit c96bef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/signals/signals-runtime/build-signals-runtime-global.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const buildAll = async () => {
3939
})
4040
console.log(`wrote: ${outfileUnminified}`)
4141

42+
// Build runtime as string (gets injected into globalThis)
4243
await esbuild.build({
4344
entryPoints: [`src/${type}/get-runtime-string.ts`],
4445
bundle: true,

0 commit comments

Comments
 (0)