mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-19 05:45:27 +00:00
fix location, so that runtime can be found from /tmp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import app from 'sapper/runtime/app.js';
|
||||
import app from '__app__';
|
||||
import { detachNode } from 'svelte/shared.js';
|
||||
|
||||
const target = document.querySelector('__selector__');
|
||||
|
||||
Reference in New Issue
Block a user