This commit is contained in:
2024-10-29 19:32:47 +02:00
parent b299731fcc
commit c31770a9df
9 changed files with 29 additions and 49 deletions

View File

@@ -8,7 +8,8 @@
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc",
"lint": "biome lint",
"format": "biome format --write"
"format": "biome format --write",
"routes": "remix routes"
},
"dependencies": {
"@code-hike/mdx": "0.9.0",