update
This commit is contained in:
11
src/rsbuild-env.d.ts
vendored
Normal file
11
src/rsbuild-env.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
interface ImportMetaEnv {
|
||||
readonly PUBLIC_JUDGE0API_URL: string
|
||||
readonly PUBLIC_MAXKB_URL: string
|
||||
readonly PUBLIC_CODEAPI_URL: string
|
||||
readonly PUBLIC_PYVIZ_URL: string
|
||||
readonly PUBLIC_ICONIFY_URL: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
Reference in New Issue
Block a user