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