Created
May 15, 2020 10:16
-
-
Save skflowne/022d0768b4d32f90af1ffbf491463273 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import App from './App.svelte'; | |
const app = new App({ | |
target: document.querySelector('#server-rendered-html'), | |
hydrate: true | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment