Update config

This commit is contained in:
mustafa-rezae 2025-04-26 13:12:25 +03:30
parent 507420db44
commit 78a48a5030
5 changed files with 1477 additions and 805 deletions

View File

@ -94,8 +94,10 @@ export default defineNuxtConfig({
// 'nuxt-delay-hydration', // 'nuxt-delay-hydration',
"@nuxt/image", "@nuxt/image",
// "@nuxtjs/supabase", // "@nuxtjs/supabase",
"@nuxt/icon",
], ],
icon: { icon: {
provider: 'server',
customCollections: [ customCollections: [
{ {
prefix: "haditha", prefix: "haditha",
@ -172,7 +174,7 @@ export default defineNuxtConfig({
"@chat": "~/systems/chat_ui", "@chat": "~/systems/chat_ui",
}, },
vite: { vite: {
assetsInclude: ['**/*.svg'], assetsInclude: ["**/*.svg"],
resolve: {}, resolve: {},
// optimizeDeps: { // optimizeDeps: {
// exclude: ["vue-demi"], // exclude: ["vue-demi"],

1194
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@
"build-haditha": "env-cmd -f .env.haditha nuxt build" "build-haditha": "env-cmd -f .env.haditha nuxt build"
}, },
"dependencies": { "dependencies": {
"@nuxt/icon": "^1.12.0",
"@nuxt/image": "^1.8.1", "@nuxt/image": "^1.8.1",
"@nuxt/ui": "^3.0.0-alpha.12", "@nuxt/ui": "^3.0.0-alpha.12",
"@nuxtjs/supabase": "^1.4.5", "@nuxtjs/supabase": "^1.4.5",

@ -1 +1 @@
Subproject commit 0db2ba3f38d0a6be03686bee950f30b092706537 Subproject commit 30cad3040c56d83f6a576513446ca3a9e6d30ea6

1081
yarn.lock

File diff suppressed because it is too large Load Diff