.env在我的 Vite 项目中使用以下内容:
# To prevent accidentally leaking env variables to the client, only
# variables prefixed with VITE_ are exposed to your Vite-processed code
VITE_NAME=Wheatgrass
VITE_PORT=8080
Run Code Online (Sandbox Code Playgroud)
我怎样才能VITE_PORT在我的vite.config.js?