2025-04-20 23:22:14 +08:00

13 lines
166 B
JavaScript

module.exports = {
book: {
assets: "./book",
js: [
"plugin.js"
],
css:[
"website.css"
]
}
};