mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
♻️ Make the namespacing independent of the branding.
This commit is contained in:
@@ -152,7 +152,7 @@ function templatePipeline(options) {
|
||||
const output = options.output;
|
||||
|
||||
const ts = Math.floor(new Date());
|
||||
const th = process.env.UXBOX_THEME || "default";
|
||||
const th = process.env.APP_THEME || "default";
|
||||
const themes = ["default"];
|
||||
|
||||
const locales = readLocales();
|
||||
|
||||
Reference in New Issue
Block a user