From 60dff1bc49a2551e2e22f5e6509fb9553e5e8a1c Mon Sep 17 00:00:00 2001 From: KUN1007 Date: Wed, 25 Oct 2023 00:33:20 +0800 Subject: [PATCH] mod: env --- .env.production | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .env.production diff --git a/.env.production b/.env.production deleted file mode 100644 index a8189d3e..00000000 --- a/.env.production +++ /dev/null @@ -1,7 +0,0 @@ -# Custom Environment Variables (Must be named with VITE_ prefix) - -## Development Environment Address Prefix (usually '/' or './') TODO: -VITE_API_BASE_URL = `http://127.0.0.1:10007` - -## Router Mode, hash or html5 -VITE_ROUTER_HISTORY = 'html5'