This commit is contained in:
Emily
2024-06-25 15:27:40 +02:00
parent f369880ba7
commit 62f555f86f
7 changed files with 35 additions and 10 deletions

View File

@@ -8,7 +8,8 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest"
"test": "vitest",
"docker-build": "pnpm run build && docker build -t litlyx-dashboard ."
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",