Added ENV Var for PDF Viewer License

This commit is contained in:
2025-09-28 17:49:22 +02:00
parent 5f31d0a89c
commit 67a86ed9ab
2 changed files with 38 additions and 14 deletions

View File

@@ -58,8 +58,10 @@ export default defineNuxtConfig({
},
runtimeConfig: {
public: {
apiBase: ''
apiBase: '',
pdfviewerLicense: ''
}
},