mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2026-01-02 03:30:37 +08:00
feat: add pure-admin-thin
This commit is contained in:
14
.env.development
Normal file
14
.env.development
Normal file
@@ -0,0 +1,14 @@
|
||||
# port
|
||||
VITE_PORT = 8848
|
||||
# title
|
||||
VITE_TITLE = vue-pure-admin
|
||||
# version
|
||||
VITE_VERSION = 2.1.0
|
||||
# open
|
||||
VITE_OPEN = false
|
||||
|
||||
# public path
|
||||
VITE_PUBLIC_PATH = /
|
||||
|
||||
# Cross-domain proxy, you can configure multiple
|
||||
VITE_PROXY = [ ["/api", "http://127.0.0.1:3000" ] ]
|
||||
Reference in New Issue
Block a user