mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-12 02:15:17 +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
|
|
}); |