Skip to content

Commit

Permalink
chore: Update buildId and manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Jafar committed May 23, 2024
1 parent 4eb0813 commit ff102b2
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .nuxt/app.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defuFn } from 'defu'

const inlineConfig = {
"nuxt": {
"buildId": "a51b7a2a-708c-4802-9031-91d1ee4fbfb3"
"buildId": "5ae95667-0785-45bb-921d-9c1be0d4deb7"
},
"ui": {
"primary": "green",
Expand Down
2 changes: 1 addition & 1 deletion .nuxt/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 5/22/2024, 4:53:04 PM
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 5/22/2024, 4:59:08 PM
const configMerger = require("/Users/rezajafar/peakofeloquence-app/node_modules/@nuxtjs/tailwindcss/dist/runtime/merger.mjs");

const inlineConfig = {"content":[],"theme":{"extend":{}},"plugins":[],"darkMode":"class"};
Expand Down
2 changes: 1 addition & 1 deletion .nuxt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"./tailwind.config"
],
"#app-manifest": [
"./manifest/meta/a51b7a2a-708c-4802-9031-91d1ee4fbfb3.json"
"./manifest/meta/5ae95667-0785-45bb-921d-9c1be0d4deb7.json"
],
"#build": [
"."
Expand Down
24 changes: 18 additions & 6 deletions .nuxt/tsconfig.server.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,25 +155,37 @@
"../node_modules/@nuxt/content/dist/runtime/legacy/server"
],
"#nuxt-og-image/renderers/satori": [
"./unenv/runtime/mock/empty"
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/satori/renderer"
],
"#nuxt-og-image/renderers/chromium": [
"./unenv/runtime/mock/empty"
],
"#nuxt-og-image/bindings/css-inline": [
"./unenv/runtime/mock/empty"
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/bindings/css-inline/node"
],
"#nuxt-og-image/bindings/sharp": [
"./unenv/runtime/mock/empty"
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/bindings/sharp/node"
],
"#nuxt-og-image/bindings/resvg": [
"./unenv/runtime/mock/empty"
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/bindings/resvg/node"
],
"#nuxt-og-image/bindings/satori": [
"./unenv/runtime/mock/empty"
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/bindings/satori/node"
],
"#nuxt-og-image/bindings/chromium": [
"./unenv/runtime/mock/empty"
"../node_modules/nuxt-og-image/dist/runtime/nitro/og-image/bindings/chromium/null"
],
"electron": [
"./unenv/runtime/mock/proxy-cjs"
],
"bufferutil": [
"./unenv/runtime/mock/proxy-cjs"
],
"utf-8-validate": [
"./unenv/runtime/mock/proxy-cjs"
],
"queue": [
"./unenv/runtime/mock/proxy-cjs"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion .nuxt/types/app.config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import cfg1 from "/Users/rezajafar/peakofeloquence-app/node_modules/@nuxt/ui-pro

declare const inlineConfig = {
"nuxt": {
"buildId": "a51b7a2a-708c-4802-9031-91d1ee4fbfb3"
"buildId": "5ae95667-0785-45bb-921d-9c1be0d4deb7"
},
"ui": {
"primary": "green",
Expand Down
5 changes: 4 additions & 1 deletion .nuxt/types/nitro-routes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ declare module 'nitropack' {
'/api/_content/query': {
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../node_modules/@nuxt/content/dist/runtime/server/api/query').default>>>>
}
'/api/_content/cache.1716421976279.json': {
'/api/_content/cache.1716422346589.json': {
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../node_modules/@nuxt/content/dist/runtime/server/api/cache').default>>>>
}
'/api/_content/navigation/:qid/**:params': {
Expand All @@ -60,6 +60,9 @@ declare module 'nitropack' {
'/api/_content/navigation': {
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../node_modules/@nuxt/content/dist/runtime/server/api/navigation').default>>>>
}
'/_ipx/**': {
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../node_modules/@nuxt/image/dist/runtime/ipx').default>>>>
}
}
}
export {}

0 comments on commit ff102b2

Please sign in to comment.