From 306d6245082f4424b05df309015288cb86fa00d3 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Tue, 17 Oct 2023 10:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E5=8F=82=E6=95=B0=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev-show | 4 ++-- .env.local | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.dev-show b/.env.dev-show index 32bfd43..11ce75d 100644 --- a/.env.dev-show +++ b/.env.dev-show @@ -1,4 +1,4 @@ API=test.joylink.club -HTTP=https://test.joylink.club +HTTP=https:// NS=/ncc -WS=wss://test.joylink.club +WS=wss:// diff --git a/.env.local b/.env.local index 95d9371..3a8ee1e 100644 --- a/.env.local +++ b/.env.local @@ -1,4 +1,4 @@ API=localhost:9081 -HTTP=http://localhost:9081 +HTTP=http:// NS= -WS=ws://localhost:9081 +WS=ws:// diff --git a/package.json b/package.json index aadc17c..5038c8d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "echo \"No test specified\" && exit 0", "dev": "set NODE_ENV=dev&&quasar dev", "local": "set NODE_ENV=local&&quasar dev", - "build": "NODE_ENV=prod&&quasar build", + "build": "NODE_ENV=dev&&quasar build", "dev-show": "set NODE_ENV=dev-show&&quasar build", "protoc": "node scripts/proto.cjs",