mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +01:00
13 lines
146 B
JavaScript
13 lines
146 B
JavaScript
const config = {
|
|
version: "0.1.0",
|
|
};
|
|
|
|
try {
|
|
window.config = config;
|
|
if (module) {
|
|
module.exports = config;
|
|
}
|
|
} catch {
|
|
// ignore
|
|
}
|