Skip to content

Commit

Permalink
fix(rw-dev): with vite (#7943)
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 authored Mar 28, 2023
1 parent c7bdd77 commit f6664c9
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 f6664c9

Please sign in to comment.