mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
fix some typescript stuff
This commit is contained in:
@@ -16,11 +16,7 @@ function fudge_mtime(file: string) {
|
||||
);
|
||||
}
|
||||
|
||||
function create_app({
|
||||
src,
|
||||
dev,
|
||||
entry
|
||||
}: {
|
||||
function create_app({ src, dev, entry }: {
|
||||
src: string;
|
||||
dev: boolean;
|
||||
entry: { client: string; server: string };
|
||||
|
||||
Reference in New Issue
Block a user