consolodating date logic

This commit is contained in:
2024-08-24 15:46:21 -06:00
parent 446889206f
commit 368a438daa
6 changed files with 34 additions and 28 deletions

View File

@@ -1,6 +1,9 @@
import { loadEnvConfig } from "@next/env";
import { defineConfig } from "vitest/config";
import react from "@vitejs/plugin-react";
loadEnvConfig(process.cwd());
export default defineConfig({
plugins: [react()],
resolve: {