refactor: replace moment library with luxon

This commit is contained in:
dohsimpson
2025-01-02 18:26:52 -05:00
parent 01c75e5412
commit e2ae2bafa7
12 changed files with 193 additions and 92 deletions

View File

@@ -93,3 +93,11 @@ docker_push() {
echo "Pushed Docker images with tags: v$version"
fi
}
run() {
npm run dev
}
build() {
npm run build
}