Align Apollo stack with tastyflow/optovia
This commit is contained in:
@@ -9,11 +9,20 @@ export default defineNuxtConfig({
|
|||||||
plugins: [tailwindcss() as any],
|
plugins: [tailwindcss() as any],
|
||||||
},
|
},
|
||||||
|
|
||||||
modules: ["@nuxt/eslint"],
|
modules: ["@nuxt/eslint", "@nuxtjs/apollo"],
|
||||||
|
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
public: {
|
public: {
|
||||||
graphqlHttpEndpoint: process.env.GRAPHQL_HTTP_ENDPOINT || "http://localhost:3000/api/graphql",
|
graphqlHttpEndpoint: process.env.GRAPHQL_HTTP_ENDPOINT || "http://localhost:3000/api/graphql",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
apollo: {
|
||||||
|
clients: {
|
||||||
|
default: {
|
||||||
|
httpEndpoint: process.env.GRAPHQL_HTTP_ENDPOINT || "http://localhost:3000/api/graphql",
|
||||||
|
connectToDevTools: process.dev,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
9037
Frontend/package-lock.json
generated
9037
Frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -26,7 +26,7 @@
|
|||||||
"@langchain/langgraph": "^0.2.74",
|
"@langchain/langgraph": "^0.2.74",
|
||||||
"@langchain/openai": "^0.6.9",
|
"@langchain/openai": "^0.6.9",
|
||||||
"@nuxt/eslint": "^1.15.1",
|
"@nuxt/eslint": "^1.15.1",
|
||||||
"@nuxtjs/apollo": "^4.0.1-rc.5",
|
"@nuxtjs/apollo": "^5.0.0-alpha.15",
|
||||||
"@prisma/client": "^6.16.1",
|
"@prisma/client": "^6.16.1",
|
||||||
"@tailwindcss/vite": "^4.1.18",
|
"@tailwindcss/vite": "^4.1.18",
|
||||||
"@tiptap/extension-collaboration": "^2.27.2",
|
"@tiptap/extension-collaboration": "^2.27.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user