Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jan 14, 2024
1 parent 9d76f6a commit 68558ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import { resolve } from 'path'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import istanbul from "vite-plugin-istanbul";

const path = require("path")
import path from 'path'

// https://vitejs.dev/config/
export default defineConfig({
Expand Down

0 comments on commit 68558ff

Please sign in to comment.