3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 08:45:03 +00:00

Add presetup-configurator to the repo

This commit is contained in:
Dragory 2021-01-18 22:44:54 +02:00
parent c655f61a67
commit 4ea081eecf
14 changed files with 829 additions and 0 deletions

View file

@ -0,0 +1,8 @@
module.exports = {
mount: {
"src": "/",
},
plugins: [
'@snowpack/plugin-typescript',
],
};