Initial commit

This commit is contained in:
2026-01-15 15:03:59 +08:00
committed by GitHub
commit f8eda9ba2f
35 changed files with 3212 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import dayjs from "dayjs"
import duration from "dayjs/plugin/duration"
dayjs.extend(duration)
console.log("Global Dayjs plugins initialised.")