Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jan 13, 2025
1 parent 8fb8328 commit e536c8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/canyon-ut/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import type { NextConfig } from "next";
import { config } from "dotenv";
import { resolve } from "node:path";
config({ path: resolve(__dirname, "../../.env") });

// flag position, do not delete

const nextConfig: NextConfig = {
/* config options here */
typescript: {
Expand Down

0 comments on commit e536c8c

Please sign in to comment.