CoolFace
Apppublic

Pq234/robot-learning-tutorial

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
env.d.ts7 linesDownload Raw Back to src
1/// <reference path="../.astro/types.d.ts" />2/// <reference types="astro/client" />3/// <reference types="vite/client" />4 5interface ImportMeta {6  readonly env: ImportMetaEnv;7}