[READ-ONLY] Mirror of https://github.com/probablykasper/svelte-template. Svelte + Vite + HMR + TypeScript + Preprocessor support
svelte template
0

Configure Feed

Select the types of activity you want to include in your feed.

Set port explicitly in `snowpack.config.js`

Kasper (Jan 9, 2021, 10:02 PM +0100) 0d2a6a02 c8074d73

+1
+1
snowpack.config.js
··· 7 7 install: [], 8 8 installOptions: {}, 9 9 devOptions: { 10 + port: 8080, 10 11 open: 'none', 11 12 output: 'stream', // disable clearing of terminal 12 13 },