-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f6668a
commit 5bf642c
Showing
457 changed files
with
232,891 additions
and
13,800 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
import { updateAppConfig } from '#app/config' | ||
import { defuFn } from 'defu' | ||
|
||
const inlineConfig = { | ||
"nuxt": {} | ||
} | ||
|
||
// Vite - webpack is handled directly in #app/config | ||
if (import.meta.hot) { | ||
import.meta.hot.accept((newModule) => { | ||
updateAppConfig(newModule.default) | ||
}) | ||
} | ||
|
||
|
||
|
||
export default /*@__PURE__*/ defuFn(inlineConfig) |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"@vite/client": { | ||
"prefetch": true, | ||
"isEntry": true, | ||
"file": "@vite/client", | ||
"css": [], | ||
"module": true, | ||
"resourceType": "script" | ||
}, | ||
"/Users/neko/Git/nekomeowww/airi-vtuber/node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_eslint@9.16.0_jiti@2.4.1__ioredis@5._dnsf4ozg37sim4qflnckqfichq/node_modules/nuxt/dist/app/entry.js": { | ||
"resourceType": "script", | ||
"module": true, | ||
"prefetch": true, | ||
"preload": true, | ||
"isEntry": true, | ||
"file": "/Users/neko/Git/nekomeowww/airi-vtuber/node_modules/.pnpm/nuxt@3.14.1592_@parcel+watcher@2.5.0_@types+node@22.10.1_eslint@9.16.0_jiti@2.4.1__ioredis@5._dnsf4ozg37sim4qflnckqfichq/node_modules/nuxt/dist/app/entry.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default } from "file:///Users/neko/Git/nekomeowww/airi-vtuber/node_modules/.pnpm/@nuxt+vite-builder@3.14.1592_@types+node@22.10.1_eslint@9.16.0_jiti@2.4.1__magicast@0.3.5_opt_nww2bnjb2fesxlj4hudlunlosm/node_modules/@nuxt/vite-builder/dist/runtime/client.manifest.mjs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default } from "file:///Users/neko/Git/nekomeowww/airi-vtuber/node_modules/.pnpm/@nuxt+vite-builder@3.14.1592_@types+node@22.10.1_eslint@9.16.0_jiti@2.4.1__magicast@0.3.5_opt_nww2bnjb2fesxlj4hudlunlosm/node_modules/@nuxt/vite-builder/dist/runtime/vite-node.mjs" |
Oops, something went wrong.