Formatting. - DevilBro

This commit is contained in:
Seth 2025-01-20 16:42:20 -05:00
parent de69ea470e
commit f3fe059335
No known key found for this signature in database
GPG key ID: 8B7A2C60CDF65CAC
7 changed files with 31 additions and 27 deletions

View file

@ -7,7 +7,9 @@
},
"files": {
"ignoreUnknown": false,
"ignore": ["./dist"]
"ignore": [
"./dist"
]
},
"formatter": {
"enabled": true,

View file

@ -10,7 +10,7 @@ const build = async (minify: boolean) => {
minify,
loader: {
".woff2": "file",
}
},
});
const end = Date.now();
console.log("Did build", built.success, built.logs);

View file

@ -4,7 +4,7 @@ const build = async () => {
const build = await import("./build");
await build.default(false);
}
};
watch(import.meta.dir, { recursive: true }, async (_, file) => {
if (file?.startsWith("dist")) return;

View file

@ -22,5 +22,7 @@
"react-dom": "npm:@preact/compat",
"react-icons": "^5.4.0"
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": [
"@biomejs/biome"
]
}

View file

@ -3,7 +3,7 @@
}
a {
color: #DCDCDC;
color: #dcdcdc;
text-decoration: none;
}
@ -12,5 +12,5 @@ a:hover {
}
a:active {
color: #A9A9A9;
color: #a9a9a9;
}