realign with 0.15

This commit is contained in:
Rich Harris
2018-07-22 20:49:57 -04:00
parent 0dc9fabf37
commit c270ef8c4a
8 changed files with 100 additions and 101 deletions

View File

@@ -1,7 +1,7 @@
import { init } from 'sapper/runtime.js';
import { routes } from './manifest/client.js';
import { manifest } from './manifest/client.js';
init({
target: document.querySelector('#sapper'),
routes
manifest
});