Initial Nuxt data explorer setup
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { TableConfig } from '../types'
|
||||
|
||||
export const tareasRealizadasConfig: TableConfig = {
|
||||
table: 'tareas_realizadas',
|
||||
primaryKey: 'id'
|
||||
}
|
||||
Reference in New Issue
Block a user