mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-12 15:55:05 -04:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
"use strict";
|
|
if (process.env.OXIDE) {
|
|
module.exports = require("./oxide/postcss-plugin");
|
|
} else {
|
|
module.exports = require("./plugin");
|
|
}
|