mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
7 lines
177 B
JavaScript
7 lines
177 B
JavaScript
'use strict'
|
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./dist/shared.cjs.prod.js')
|
|
} else {
|
|
module.exports = require('./dist/shared.cjs.js')
|
|
}
|