Add orval and backend integration

This commit is contained in:
2025-11-11 19:53:09 +05:00
parent f56a235e86
commit 3186fa16e5
17 changed files with 1174 additions and 86 deletions

View File

@ -14,5 +14,10 @@ export default defineNuxtConfig({
plugins: [
tailwindcss()
]
},
runtimeConfig: {
public: {
apiBaseUrl: process.env.API_BASE_URL
}
}
})