1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-05-06 13:48:12 +02:00

chore: migrate from ESLint/Prettier to Oxc

This commit is contained in:
2026-02-17 01:23:03 +01:00
parent 57026d652c
commit d0cde4538c
83 changed files with 2569 additions and 4342 deletions
+1 -3
View File
@@ -76,9 +76,7 @@ server.listen(
port,
},
() => {
console.log(
`HTTP Server is listening at ${util.styleText("cyan", serverURL)}`,
)
console.log(`HTTP Server is listening at ${util.styleText("cyan", serverURL)}`)
console.log(`Serving files from: \`${basePath}\``)
},
)