mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
module.exports = {
|
|
mount: {
|
|
src: "/",
|
|
},
|
|
plugins: ["@snowpack/plugin-typescript"],
|
|
};
|