1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 09:11:50 +00:00
tobspr_shapez.io/gulp/build_variants.js
Даниїл Григор'єв 0f7201c232
Remove unused build variants
Only remove a small amount of code, other changes to build variants are
pending.
2025-04-08 14:15:20 +03:00

11 lines
152 B
JavaScript

/**
* @type {Record<string, {
* standalone: boolean
* }>}
*/
export const BUILD_VARIANTS = {
standalone: {
standalone: true,
},
};