Skip to content

Commit

Permalink
fix: try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 2, 2024
1 parent 6f6668a commit 5bf642c
Show file tree
Hide file tree
Showing 457 changed files with 232,891 additions and 13,800 deletions.
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/ci.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .npmrc

This file was deleted.

18 changes: 18 additions & 0 deletions .nuxt/app.config.mjs
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)
160 changes: 160 additions & 0 deletions .nuxt/components.d.ts

Large diffs are not rendered by default.

1,620 changes: 1,620 additions & 0 deletions .nuxt/dev/index.mjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .nuxt/dev/index.mjs.map

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions .nuxt/dist/server/client.manifest.json
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"
}
}
1 change: 1 addition & 0 deletions .nuxt/dist/server/client.manifest.mjs
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"
1 change: 1 addition & 0 deletions .nuxt/dist/server/server.mjs
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"
Loading

0 comments on commit 5bf642c

Please sign in to comment.