Home
last modified time | relevance | path

Searched refs:htmlWithJs (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/
H A DmetroErrorInterface.ts256 const htmlWithJs = html.replace('</body>', `<script src=${errorOverlayEntry}></script></body>`); constant
257 return htmlWithJs;