mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-15 05:03:44 +08:00
feat(projects): add port env variables
This commit is contained in:
4
src/typings/env.d.ts
vendored
4
src/typings/env.d.ts
vendored
@@ -103,6 +103,10 @@ declare namespace Env {
|
||||
readonly VITE_ICONIFY_URL?: string;
|
||||
/** Used to differentiate storage across different domains */
|
||||
readonly VITE_STORAGE_PREFIX?: string;
|
||||
/** The port number on which the server is running */
|
||||
readonly VITE_SERVER_PORT?: number;
|
||||
/** The port number used for previewing the application */
|
||||
readonly VITE_PREVIEW_PORT?: number;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user