linting
All checks were successful
Code quality checks / biome (push) Successful in 16s

This commit is contained in:
Seth 2025-05-18 23:49:45 -04:00
parent 56518ea879
commit 7106612555
4 changed files with 5 additions and 6 deletions

View file

@ -1,8 +1,7 @@
import { PurgeCSS } from "purgecss";
import Hyperate from "./utilities/sockets/Hyperate";
import Lanyard from "./utilities/sockets/Lanyard";
import { PurgeCSS } from "purgecss";
const development = process.env.NODE_ENV === "development";
const build = async () => {

View file

@ -53,4 +53,4 @@ body {
.shj-syn-str {
color: #4dacfa;
}
}

View file

@ -9,7 +9,7 @@ let lanyard: LanyardData = {
activities: [],
};
await fs.rm("./dist", { recursive: true, force: true }).catch(() => { });
await fs.rm("./dist", { recursive: true, force: true }).catch(() => {});
if (!Backend.development) {
await Backend.build();

View file

@ -1,3 +1,3 @@
import browserslist from 'browserslist';
import browserslist from "browserslist";
console.log(browserslist(["last 1 version and not dead"]));
console.log(browserslist(["last 1 version and not dead"]));