Skip to content

Commit

Permalink
fix devtools issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSunshyne committed Aug 2, 2024
1 parent be9ca48 commit eacc65f
Show file tree
Hide file tree
Showing 3 changed files with 4,113 additions and 2,098 deletions.
9 changes: 8 additions & 1 deletion packages/frontendmu-nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ export default defineNuxtConfig({
"#astro": "../frontendmu-astro/src/",
"#data": "../frontendmu-data/data/",
},
vite: {
server: {
hmr: {
clientPort: 3000
}
}
},
app: {

head: {
Expand All @@ -39,7 +46,7 @@ export default defineNuxtConfig({
},
},
site: {
url: 'https://dev.frontend.mu',
url: 'https://frontend.mu',
name: 'Front-End Coders Mauritius',
description: 'A community around frontend, tech and development in general based in Mauritius. We also organise monthly meetups free for anyone interested to attend.',
defaultLocale: 'en', // not needed if you have @nuxtjs/i18n installed
Expand Down
26 changes: 13 additions & 13 deletions packages/frontendmu-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.7.0",
"@nuxtjs/color-mode": "^3.3.3",
"@nuxtjs/seo": "2.0.0-rc.10",
"@vueuse/core": "^10.9.0",
"@nuxt/fonts": "^0.7.1",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/seo": "2.0.0-rc.16",
"@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel": "^8.1.3",
"embla-carousel-vue": "^8.1.3",
"embla-carousel": "^8.1.8",
"embla-carousel-vue": "^8.1.8",
"lucide-vue-next": "^0.378.0",
"nuxt": "^3.11.2",
"radix-vue": "^1.8.1",
"nuxt": "^3.12.4",
"radix-vue": "^1.9.2",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.35",
"vue-router": "^4.4.2"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"nuxt-icon": "^0.6.10",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit eacc65f

Please sign in to comment.