Skip to content

Commit

Permalink
build: fix import path (#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored Mar 2, 2025
1 parent d4ad565 commit 414fee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/web-app/html-renderer/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import path from "node:path"
import react from "@vitejs/plugin-react"
import { defineConfig } from "vite"

import { viteRenderBaseConfig } from "../../../../configs/vite.render.config"
import { astPlugin } from "../../../../plugins/vite/ast"
import { viteRenderBaseConfig } from "../../../desktop/configs/vite.render.config"
import { astPlugin } from "../../../desktop/plugins/vite/ast"

// const isDev = process.env.NODE_ENV === "development"

Expand Down

0 comments on commit 414fee8

Please sign in to comment.