sandulat / routes-gen

Framework agnostic routes typings generator. Remix ☑️ SolidStart ☑️
MIT License
283 stars 12 forks source link

doesn't work with vite #42

Open lifeiscontent opened 6 months ago

lifeiscontent commented 6 months ago

Describe the bug

the now stable remix plugin for vite doesn't seem to be supported

Your Example Website or App

N/A

Steps to Reproduce the Bug or Issue

  1. create a new remix project
  2. run routes gen
  3. see generator fail

Expected behavior

As a user, I expect to be able to use routes-gen with remix and vite

Screenshots or Videos

No response

Platform

Additional context

No response

t2tx commented 6 months ago

@lifeiscontent

You can put a empty remix.config.cjs at remix project path to make it work

lifeiscontent commented 6 months ago

@t2tx that breaks deployment on vercel 😅