3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
zeppelin/presetup-configurator/snowpack.config.js

7 lines
96 B
JavaScript
Raw Permalink Normal View History

2021-01-18 22:44:54 +02:00
module.exports = {
mount: {
2021-09-11 19:06:51 +03:00
src: "/",
2021-01-18 22:44:54 +02:00
},
2021-09-11 19:06:51 +03:00
plugins: ["@snowpack/plugin-typescript"],
2021-01-18 22:44:54 +02:00
};