This commit is contained in:
hailin 2025-07-29 10:14:01 +08:00
parent 8e08f7c6d3
commit db714741bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { URL, fileURLToPath } from "node:url"; import { URL, fileURLToPath } from "node:url";
import { createSvgIconsPlugin } from "vite-plugin-svg-icons"; import { createSvgIconsPlugin } from "vite-plugin-svg-icons";
import { getEnvConfig } from "@/nuxt/env"; import { getEnvConfig } from "./nuxt/env";
const envConfig = getEnvConfig(); const envConfig = getEnvConfig();
export default defineNuxtConfig({ export default defineNuxtConfig({
srcDir: "src/", srcDir: "src/",