Update env stuff because I don't think it was all working right.

This commit is contained in:
2026-03-21 16:07:50 -05:00
parent 0ecf6238de
commit ee99ab11c9
6 changed files with 38 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
import type { Metadata, Viewport } from 'next';
import { Geist, Geist_Mono } from 'next/font/google';
import { env } from '@/env';
import { env } from '@/env.js';
import '@/app/styles.css';