mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-11 18:14:27 +00:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
import { init } from 'sapper/runtime.js';
|
|
import { manifest } from './manifest/client.js';
|
|
|
|
init({
|
|
target: document.querySelector('#sapper'),
|
|
manifest
|
|
}); |