This commit is contained in:
2026-06-22 00:08:48 -04:00
parent 3888339089
commit a2d20a3329
4 changed files with 6 additions and 4 deletions

View File

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