Skip to content

Commit dbb458f

Browse files
committed
wip
1 parent 83abd7e commit dbb458f

File tree

1 file changed

+3
-2
lines changed
  • packages/signals/signals-runtime/src

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ 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-
// @ts-ignore - hacky feeling AF
13+
// Signals runtime as strings for the sandbox
14+
// @ts-ignore
1415
import { getWebRuntimeString as getWebStr } from '../../dist/global/get-runtime-string.web'
1516
export const getWebRuntimeString: () => string = getWebStr
1617

17-
// @ts-ignore - hacky feeling AF (maybe a better way would be generating the file into src, but that requires committing it :-/)
18+
// @ts-ignore
1819
import { getMobileRuntimeString as getMobStr } from '../../dist/global/get-runtime-string.mobile'
1920
export const getMobileRuntimeString: () => string = getMobStr

0 commit comments

Comments
 (0)