mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-13 00:04:55 -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");
|
|
}
|