This commit is contained in:
2026-06-22 00:02:16 -04:00
parent 2c8666db56
commit 2e5227f679
9 changed files with 635 additions and 120 deletions

View File

@@ -1,4 +1,4 @@
const BASE = import.meta.env.DEV ? 'http://localhost:3000' : ''
const BASE = import.meta.env.DEV ? 'http://10.69.5.23:3000' : ''
export type DataRow = Record<string, number | string | null>