Skip to content

Commit

Permalink
Fix rw-dev with vite
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Mar 28, 2023
1 parent c7bdd77 commit 9f515b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/bins/rw-vite-dev.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { createServer } from 'vite'

import { getPaths } from '@redwoodjs/project-config'
import projectConfig from '@redwoodjs/project-config'

const rwPaths = getPaths()
const rwPaths = projectConfig.getPaths()

const startDevServer = async () => {
const configFile = rwPaths.web.viteConfig
Expand Down

0 comments on commit 9f515b4

Please sign in to comment.