feat: add Docker support and implement movie detail and playback pages

This commit is contained in:
thanhvudaynee
2026-05-17 21:01:33 +07:00
parent 8832b620f2
commit 69f6c90eda
9 changed files with 361 additions and 68 deletions
+3 -3
View File
@@ -4,13 +4,13 @@
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev": "nuxt dev --host 0.0.0.0 --port 3002",
"generate": "nuxt generate",
"preview": "nuxt preview",
"preview": "nuxt preview --host 0.0.0.0 --port 3002",
"start": "node .output/server/index.mjs",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@oxc-parser/binding-win32-x64-msvc": "^0.128.0",
"@tailwindcss/vite": "^4.3.0",
"lucide-vue-next": "^1.0.0",
"nuxt": "^4.4.5",