zen: data dumper

This commit is contained in:
Frank
2025-12-02 14:51:25 -05:00
parent 1e73bd17a6
commit efa655c868
27 changed files with 636 additions and 589 deletions
+4 -2
View File
@@ -2,7 +2,9 @@
/* tslint:disable */
/* eslint-disable */
/// <reference types="vite/client" />
interface ImportMetaEnv {}
interface ImportMetaEnv {
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
}