This commit is contained in:
10
webseite-sass-js/MATERIAL/bootstrap-5.3.8/site/src/env.d.ts
vendored
Normal file
10
webseite-sass-js/MATERIAL/bootstrap-5.3.8/site/src/env.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/// <reference path="../.astro/types.d.ts" />
|
||||
/// <reference types="astro/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly NETLIFY?: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
Reference in New Issue
Block a user