mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
refactor: update dockerfile
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"browserslist": "defaults, not ie <= 11",
|
||||
@@ -35,7 +36,7 @@
|
||||
"@radix-ui/react-tabs": "1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.7.0",
|
||||
"@biomejs/biome": "1.8.3",
|
||||
"@types/react": "18.3.5",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"prettier": "^3.0.1",
|
||||
|
||||
Reference in New Issue
Block a user