This commit is contained in:
marzban-dev
2025-03-22 23:43:49 +03:30
parent 852a09c298
commit 2106f3f40b
56 changed files with 198 additions and 161 deletions
+4
View File
@@ -105,6 +105,10 @@ export default defineNuxtConfig({
devOptions: { enabled: true, type: "module" }
},
typescript: {
typeCheck: false
},
runtimeConfig: {
public: {
API_BASE_URL: process.env.API_BASE_URL,