added prettier properly

This commit is contained in:
QuiteAFancyEmerald 2024-08-08 17:25:45 -07:00
parent 995183d239
commit bdc83ba579
No known key found for this signature in database
GPG key ID: 2C9730062CD48870
45 changed files with 3796 additions and 3134 deletions

View file

@ -1,3 +1,3 @@
(async () => {
await import("./src/server.mjs");
await import('./src/server.mjs');
})();