mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 03:38:03 +08:00
6 lines
63 B
JavaScript
6 lines
63 B
JavaScript
const config = {
|
|
testDir: './',
|
|
};
|
|
|
|
module.exports = config;
|