This commit is contained in:
Rutra
2026-05-13 11:50:22 +02:00
commit 2068229f89
128 changed files with 9215 additions and 0 deletions

4
start/validator.js Normal file
View File

@@ -0,0 +1,4 @@
import { DateTime } from 'luxon';
import { VineDate } from '@vinejs/vine';
VineDate.transform((value) => DateTime.fromJSDate(value));
//# sourceMappingURL=validator.js.map