This commit is contained in:
2025-09-28 19:34:15 +02:00
parent 93c9b0b365
commit 1bce60af7d
15 changed files with 67 additions and 47 deletions

View File

@@ -6,14 +6,15 @@ export default defineNuxtConfig({
vite: { plugins: [tailwindcss()] },
css: ['~/assets/css/main.css'],
modules: ['@nuxt/content', '@nuxt/eslint', '@nuxt/image', '@nuxt/ui', 'nuxt-api-party'],
devServer: { host: '127.0.0.1' },runtimeConfig: {
devServer: { host: '127.0.0.1' },
runtimeConfig: {
apiParty: {
endpoints: {
api: {
url: 'http://127.0.0.1:6531',
schema: 'https://raw.githubusercontent.com/C9Glax/tranga/refs/heads/testing/API/openapi/API_v2.json',
}
}
}
}
});
},
},
},
},
});