Update 'package.json'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 22:13:50 +01:00
parent 9ee61716d4
commit 77ae0a746b

View File

@@ -7,7 +7,7 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"start:up": "docker-compose -f docker-compose.yml -f docker-compose.start.yml" "start:up": "docker-compose -f docker-compose.yml -f docker-compose.start.yml -d"
}, },
"dependencies": { "dependencies": {
"@tailwindcss/typography": "^0.5.8", "@tailwindcss/typography": "^0.5.8",