From 9e14406429b10b66d0736b0fbdc7ac7d5a67ff67 Mon Sep 17 00:00:00 2001 From: overtrue Date: Mon, 9 Dec 2024 22:55:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 +- nuxt.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components.d.ts b/components.d.ts index 4b9ea58..2fb2d20 100644 --- a/components.d.ts +++ b/components.d.ts @@ -2,7 +2,7 @@ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 -export { } +export {} /* prettier-ignore */ declare module 'vue' { diff --git a/nuxt.config.ts b/nuxt.config.ts index 27334f3..52fe109 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -23,6 +23,7 @@ export default defineNuxtConfig({ api: { baseURL: process.env.API_BASE_URL || '' }, + // 临时配置,后续登录后从本地存储中获取 s3: { region: process.env.S3_REGION || 'us-east-1', endpoint: process.env.S3_ENDPOINT || process.env.API_BASE_URL || '',