marz
marz
NNuxt
Created by marz on 8/8/2024 in #❓・help
Request response not updated
Hi , thank you I fixed my problem it is on my server side.
4 replies
NNuxt
Created by marz on 7/21/2024 in #❓・help
HMR in docker not working when using reverse proxy
nope stilll looking for solution
9 replies
NNuxt
Created by marz on 7/21/2024 in #❓・help
HMR in docker not working when using reverse proxy
please let me know if you need some other info
9 replies
NNuxt
Created by marz on 7/21/2024 in #❓・help
HMR in docker not working when using reverse proxy
root@a01991fa031f:/usr/local/app# node -v
v22.5.1
root@a01991fa031f:/usr/local/app# node -v
v22.5.1
9 replies
NNuxt
Created by marz on 7/21/2024 in #❓・help
HMR in docker not working when using reverse proxy
here is my pacakge.json
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@vee-validate/zod": "^4.13.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.408.0",
"radix-vue": "^1.9.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"vue": "latest",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"nuxt": "^3.12.4",
"shadcn-nuxt": "^0.10.4",
"typescript": "^5.5.3"
}
}
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@vee-validate/zod": "^4.13.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.408.0",
"radix-vue": "^1.9.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"vue": "latest",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"nuxt": "^3.12.4",
"shadcn-nuxt": "^0.10.4",
"typescript": "^5.5.3"
}
}
9 replies