File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/signals/signals-runtime/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ export * as WebRuntimeConstants from './web/web-constants'
1010export * as Mobile from './mobile/mobile-signals-types'
1111export * as MobileRuntimeConstants from './mobile/mobile-constants'
1212
13- // @ts -ignore - hacky feeling AF
13+ // Signals runtime as strings for the sandbox
14+ // @ts -ignore
1415import { getWebRuntimeString as getWebStr } from '../../dist/global/get-runtime-string.web'
1516export 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
1819import { getMobileRuntimeString as getMobStr } from '../../dist/global/get-runtime-string.mobile'
1920export const getMobileRuntimeString : ( ) => string = getMobStr
You can’t perform that action at this time.
0 commit comments