Shuo/config.js

6 lines
84 B
JavaScript

module.exports = {
port: 9000,
public: true,
theme: "themes/example.css"
};