Second test
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 9s

This commit is contained in:
2026-05-02 17:17:21 +02:00
parent 50b3e421df
commit 306dd8cabc
4 changed files with 16 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
import { initApi } from '../services/Server';
export default defineNuxtPlugin(() => {
const config = useRuntimeConfig();
initApi(config.public.apiBaseUrl);
});