mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 07:38:58 +08:00
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
module.exports = {
|
|
publicPath: process.env.NODE_ENV === 'production'
|
|
? '/any-rule/'
|
|
: '/'
|
|
} |