1
0
Fork 0
file-manager/assets/index.js

33 lines
513 B
JavaScript

const assets = [
{
path: "bootstrap",
modulePath: "bootstrap/dist",
},
{
path: "jquery",
modulePath: "jquery/dist",
},
{
path: "octicons",
modulePath: "@primer/octicons/build",
},
{
path: "filesize",
modulePath: "filesize/lib",
},
{
path: "xterm",
modulePath: "xterm",
},
{
path: "xterm-addon-attach",
modulePath: "xterm-addon-attach",
},
{
path: "xterm-addon-fit",
modulePath: "xterm-addon-fit",
},
];
module.exports = assets;