From e53bddfc71d70eb9f2b7a2910b4b191bc43088ab Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 13 Oct 2020 20:28:52 +0200 Subject: First commit --- src/client.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/client.ts (limited to 'src/client.ts') diff --git a/src/client.ts b/src/client.ts new file mode 100644 index 0000000..1a2fbc3 --- /dev/null +++ b/src/client.ts @@ -0,0 +1,4 @@ +import * as sapper from '@sapper/app'; +sapper.start({ + target: document.querySelector('.app') +}); -- cgit v1.2.3