3 Star 30 Fork 12

Carl/nuxt3-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
env.d.ts 552 Bytes
一键复制 编辑 原始数据 按行查看 历史
Carl 提交于 6个月前 . 3.13.2
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly NUXT_PUBLIC_TITLE: string
readonly NUXT_PUBLIC_COOKIE_DOMAIN: string
readonly NUXT_PUBLIC_COOKIE_PATH: string
readonly NUXT_PUBLIC_COOKIE_SAMESITE: true | false | 'lax' | 'strict' | 'none' | undefined
readonly NUXT_PUBLIC_DELETE_CONSOLE: 'true' | 'false'
readonly NUXT_PUBLIC_PREFIX: string
readonly NUXT_PUBLIC_API_BASEURL: string
readonly NUXT_PUBLIC_PREVIEW_BASEURL: string
// more env variables...
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/webMa/nuxt3-template.git
git@gitee.com:webMa/nuxt3-template.git
webMa
nuxt3-template
nuxt3-template
master

搜索帮助