mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-22 22:45:19 +00:00
merge master -> basepath
This commit is contained in:
@@ -17,4 +17,4 @@ global.fetch = (url, opts) => {
|
|||||||
polka()
|
polka()
|
||||||
.use(compression({ threshold: 0 }))
|
.use(compression({ threshold: 0 }))
|
||||||
.use(serve('assets'), sapper({ routes }))
|
.use(serve('assets'), sapper({ routes }))
|
||||||
.listen(PORT);
|
.listen(PORT);
|
||||||
|
|||||||
Reference in New Issue
Block a user