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 Hyperate from "./utilities/sockets/Hyperate";
import Lanyard from "./utilities/sockets/Lanyard"; import Lanyard from "./utilities/sockets/Lanyard";
import { PurgeCSS } from "purgecss";
const development = process.env.NODE_ENV === "development"; const development = process.env.NODE_ENV === "development";
const build = async () => { const build = async () => {

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"]));