mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
5 lines
No EOL
107 B
JavaScript
5 lines
No EOL
107 B
JavaScript
module.exports = {
|
|
publicPath: process.env.NODE_ENV === 'production'
|
|
? '/test/'
|
|
: '/'
|
|
} |