mirror of
https://github.com/kata0510/Lily58.git
synced 2025-04-29 02:02:59 +00:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
module.exports = {
|
|
book: {
|
|
assets: "./book",
|
|
js: ["plugin.js"]
|
|
}
|
|
};
|