Initial Nuxt data explorer setup

This commit is contained in:
2025-09-29 14:10:11 -06:00
commit 47f4a20bd3
35 changed files with 13509 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import type { TableConfig } from '../types'
export const clientesConfig: TableConfig = {
table: 'clientes',
primaryKey: 'id'
}