Skip to content
GitLab
Explore
Sign in
Register
canvas
packages
admin
src
vite-env.d.ts
Find file
Normal view
Permalink
vite-env.d.ts
75 B
Newer
Older
initial admin/moderation interface
Grant
committed
Mar 02, 2024
1
/// <reference types="vite/client" />
fix admin UI serve
Grant
committed
May 28, 2024
2
3
declare
const
__APP_ROOT__
:
string
;