3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00
zeppelin/presetup-configurator/snowpack.config.js
2021-09-11 19:06:51 +03:00

6 lines
96 B
JavaScript

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