|
| 1 | + |
| 2 | +import { defuFn } from 'defu' |
| 3 | + |
| 4 | +const inlineConfig = { |
| 5 | + "nuxt": {}, |
| 6 | + "ui": { |
| 7 | + "colors": { |
| 8 | + "primary": "green", |
| 9 | + "secondary": "blue", |
| 10 | + "success": "green", |
| 11 | + "info": "blue", |
| 12 | + "warning": "yellow", |
| 13 | + "error": "red", |
| 14 | + "neutral": "slate" |
| 15 | + }, |
| 16 | + "icons": { |
| 17 | + "arrowDown": "i-lucide-arrow-down", |
| 18 | + "arrowLeft": "i-lucide-arrow-left", |
| 19 | + "arrowRight": "i-lucide-arrow-right", |
| 20 | + "arrowUp": "i-lucide-arrow-up", |
| 21 | + "caution": "i-lucide-circle-alert", |
| 22 | + "check": "i-lucide-check", |
| 23 | + "chevronDoubleLeft": "i-lucide-chevrons-left", |
| 24 | + "chevronDoubleRight": "i-lucide-chevrons-right", |
| 25 | + "chevronDown": "i-lucide-chevron-down", |
| 26 | + "chevronLeft": "i-lucide-chevron-left", |
| 27 | + "chevronRight": "i-lucide-chevron-right", |
| 28 | + "chevronUp": "i-lucide-chevron-up", |
| 29 | + "close": "i-lucide-x", |
| 30 | + "copy": "i-lucide-copy", |
| 31 | + "copyCheck": "i-lucide-copy-check", |
| 32 | + "dark": "i-lucide-moon", |
| 33 | + "ellipsis": "i-lucide-ellipsis", |
| 34 | + "error": "i-lucide-circle-x", |
| 35 | + "external": "i-lucide-arrow-up-right", |
| 36 | + "eye": "i-lucide-eye", |
| 37 | + "eyeOff": "i-lucide-eye-off", |
| 38 | + "file": "i-lucide-file", |
| 39 | + "folder": "i-lucide-folder", |
| 40 | + "folderOpen": "i-lucide-folder-open", |
| 41 | + "hash": "i-lucide-hash", |
| 42 | + "info": "i-lucide-info", |
| 43 | + "light": "i-lucide-sun", |
| 44 | + "loading": "i-lucide-loader-circle", |
| 45 | + "menu": "i-lucide-menu", |
| 46 | + "minus": "i-lucide-minus", |
| 47 | + "panelClose": "i-lucide-panel-left-close", |
| 48 | + "panelOpen": "i-lucide-panel-left-open", |
| 49 | + "plus": "i-lucide-plus", |
| 50 | + "reload": "i-lucide-rotate-ccw", |
| 51 | + "search": "i-lucide-search", |
| 52 | + "stop": "i-lucide-square", |
| 53 | + "success": "i-lucide-circle-check", |
| 54 | + "system": "i-lucide-monitor", |
| 55 | + "tip": "i-lucide-lightbulb", |
| 56 | + "upload": "i-lucide-upload", |
| 57 | + "warning": "i-lucide-triangle-alert" |
| 58 | + } |
| 59 | + }, |
| 60 | + "icon": { |
| 61 | + "provider": "server", |
| 62 | + "class": "", |
| 63 | + "aliases": {}, |
| 64 | + "iconifyApiEndpoint": "https://api.iconify.design", |
| 65 | + "localApiEndpoint": "/api/_nuxt_icon", |
| 66 | + "fallbackToApi": true, |
| 67 | + "cssSelectorPrefix": "i-", |
| 68 | + "cssWherePseudo": true, |
| 69 | + "cssLayer": "components", |
| 70 | + "mode": "css", |
| 71 | + "attrs": { |
| 72 | + "aria-hidden": true |
| 73 | + }, |
| 74 | + "collections": [ |
| 75 | + "academicons", |
| 76 | + "akar-icons", |
| 77 | + "ant-design", |
| 78 | + "arcticons", |
| 79 | + "basil", |
| 80 | + "bi", |
| 81 | + "bitcoin-icons", |
| 82 | + "bpmn", |
| 83 | + "brandico", |
| 84 | + "bx", |
| 85 | + "bxl", |
| 86 | + "bxs", |
| 87 | + "bytesize", |
| 88 | + "carbon", |
| 89 | + "catppuccin", |
| 90 | + "cbi", |
| 91 | + "charm", |
| 92 | + "ci", |
| 93 | + "cib", |
| 94 | + "cif", |
| 95 | + "cil", |
| 96 | + "circle-flags", |
| 97 | + "circum", |
| 98 | + "clarity", |
| 99 | + "codicon", |
| 100 | + "covid", |
| 101 | + "cryptocurrency", |
| 102 | + "cryptocurrency-color", |
| 103 | + "dashicons", |
| 104 | + "devicon", |
| 105 | + "devicon-plain", |
| 106 | + "ei", |
| 107 | + "el", |
| 108 | + "emojione", |
| 109 | + "emojione-monotone", |
| 110 | + "emojione-v1", |
| 111 | + "entypo", |
| 112 | + "entypo-social", |
| 113 | + "eos-icons", |
| 114 | + "ep", |
| 115 | + "et", |
| 116 | + "eva", |
| 117 | + "f7", |
| 118 | + "fa", |
| 119 | + "fa-brands", |
| 120 | + "fa-regular", |
| 121 | + "fa-solid", |
| 122 | + "fa6-brands", |
| 123 | + "fa6-regular", |
| 124 | + "fa6-solid", |
| 125 | + "fad", |
| 126 | + "fe", |
| 127 | + "feather", |
| 128 | + "file-icons", |
| 129 | + "flag", |
| 130 | + "flagpack", |
| 131 | + "flat-color-icons", |
| 132 | + "flat-ui", |
| 133 | + "flowbite", |
| 134 | + "fluent", |
| 135 | + "fluent-emoji", |
| 136 | + "fluent-emoji-flat", |
| 137 | + "fluent-emoji-high-contrast", |
| 138 | + "fluent-mdl2", |
| 139 | + "fontelico", |
| 140 | + "fontisto", |
| 141 | + "formkit", |
| 142 | + "foundation", |
| 143 | + "fxemoji", |
| 144 | + "gala", |
| 145 | + "game-icons", |
| 146 | + "geo", |
| 147 | + "gg", |
| 148 | + "gis", |
| 149 | + "gravity-ui", |
| 150 | + "gridicons", |
| 151 | + "grommet-icons", |
| 152 | + "guidance", |
| 153 | + "healthicons", |
| 154 | + "heroicons", |
| 155 | + "heroicons-outline", |
| 156 | + "heroicons-solid", |
| 157 | + "hugeicons", |
| 158 | + "humbleicons", |
| 159 | + "ic", |
| 160 | + "icomoon-free", |
| 161 | + "icon-park", |
| 162 | + "icon-park-outline", |
| 163 | + "icon-park-solid", |
| 164 | + "icon-park-twotone", |
| 165 | + "iconamoon", |
| 166 | + "iconoir", |
| 167 | + "icons8", |
| 168 | + "il", |
| 169 | + "ion", |
| 170 | + "iwwa", |
| 171 | + "jam", |
| 172 | + "la", |
| 173 | + "lets-icons", |
| 174 | + "line-md", |
| 175 | + "logos", |
| 176 | + "ls", |
| 177 | + "lucide", |
| 178 | + "lucide-lab", |
| 179 | + "mage", |
| 180 | + "majesticons", |
| 181 | + "maki", |
| 182 | + "map", |
| 183 | + "marketeq", |
| 184 | + "material-symbols", |
| 185 | + "material-symbols-light", |
| 186 | + "mdi", |
| 187 | + "mdi-light", |
| 188 | + "medical-icon", |
| 189 | + "memory", |
| 190 | + "meteocons", |
| 191 | + "mi", |
| 192 | + "mingcute", |
| 193 | + "mono-icons", |
| 194 | + "mynaui", |
| 195 | + "nimbus", |
| 196 | + "nonicons", |
| 197 | + "noto", |
| 198 | + "noto-v1", |
| 199 | + "octicon", |
| 200 | + "oi", |
| 201 | + "ooui", |
| 202 | + "openmoji", |
| 203 | + "oui", |
| 204 | + "pajamas", |
| 205 | + "pepicons", |
| 206 | + "pepicons-pencil", |
| 207 | + "pepicons-pop", |
| 208 | + "pepicons-print", |
| 209 | + "ph", |
| 210 | + "pixelarticons", |
| 211 | + "prime", |
| 212 | + "ps", |
| 213 | + "quill", |
| 214 | + "radix-icons", |
| 215 | + "raphael", |
| 216 | + "ri", |
| 217 | + "rivet-icons", |
| 218 | + "si-glyph", |
| 219 | + "simple-icons", |
| 220 | + "simple-line-icons", |
| 221 | + "skill-icons", |
| 222 | + "solar", |
| 223 | + "streamline", |
| 224 | + "streamline-emojis", |
| 225 | + "subway", |
| 226 | + "svg-spinners", |
| 227 | + "system-uicons", |
| 228 | + "tabler", |
| 229 | + "tdesign", |
| 230 | + "teenyicons", |
| 231 | + "token", |
| 232 | + "token-branded", |
| 233 | + "topcoat", |
| 234 | + "twemoji", |
| 235 | + "typcn", |
| 236 | + "uil", |
| 237 | + "uim", |
| 238 | + "uis", |
| 239 | + "uit", |
| 240 | + "uiw", |
| 241 | + "unjs", |
| 242 | + "vaadin", |
| 243 | + "vs", |
| 244 | + "vscode-icons", |
| 245 | + "websymbol", |
| 246 | + "weui", |
| 247 | + "whh", |
| 248 | + "wi", |
| 249 | + "wpf", |
| 250 | + "zmdi", |
| 251 | + "zondicons" |
| 252 | + ], |
| 253 | + "fetchTimeout": 1500 |
| 254 | + } |
| 255 | +} |
| 256 | + |
| 257 | +/** client **/ |
| 258 | +import { _replaceAppConfig } from '#app/config' |
| 259 | + |
| 260 | +// Vite - webpack is handled directly in #app/config |
| 261 | +if (import.meta.dev && !import.meta.nitro && import.meta.hot) { |
| 262 | + import.meta.hot.accept((newModule) => { |
| 263 | + _replaceAppConfig(newModule.default) |
| 264 | + }) |
| 265 | +} |
| 266 | +/** client-end **/ |
| 267 | + |
| 268 | +import cfg0 from "/Users/atinux/Projects/nuxt-ui-templates/chat-vue/app/app.config.ts" |
| 269 | + |
| 270 | +export default /*@__PURE__*/ defuFn(cfg0, inlineConfig) |
0 commit comments