mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-11 09:11:50 +00:00
11 lines
152 B
JavaScript
11 lines
152 B
JavaScript
/**
|
|
* @type {Record<string, {
|
|
* standalone: boolean
|
|
* }>}
|
|
*/
|
|
export const BUILD_VARIANTS = {
|
|
standalone: {
|
|
standalone: true,
|
|
},
|
|
};
|