Skip to content

Commit 037b85f

Browse files
committed
wip
1 parent dbb458f commit 037b85f

File tree

1 file changed

+1
-1
lines changed
  • packages/signals/signals-runtime/src

1 file changed

+1
-1
lines changed

packages/signals/signals-runtime/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export * as WebRuntimeConstants from './web/web-constants'
1010
export * as Mobile from './mobile/mobile-signals-types'
1111
export * as MobileRuntimeConstants from './mobile/mobile-constants'
1212

13-
// Signals runtime as strings for the sandbox
13+
// Signals runtime as strings for the sandbox -- these files are built outside of tsc, using the esbuild script.
1414
// @ts-ignore
1515
import { getWebRuntimeString as getWebStr } from '../../dist/global/get-runtime-string.web'
1616
export const getWebRuntimeString: () => string = getWebStr

0 commit comments

Comments
 (0)