Files
sapper-template/app/client.js
2018-07-22 20:49:57 -04:00

7 lines
156 B
JavaScript

import { init } from 'sapper/runtime.js';
import { manifest } from './manifest/client.js';
init({
target: document.querySelector('#sapper'),
manifest
});