Closed il3ven closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
rowy-os | ❌ Failed (Inspect) | Jun 10, 2023 2:01pm |
@il3ven is attempting to deploy a commit to the Rowy Team on Vercel.
A member of the Team first needs to authorize it.
Thank you @il3ven ! it works perfectly!
This PR migrates the codebase from CRA and Jest to Vite and Vitest.
Changes:
firebase.json
todist
frombuild
REACT_APP
env variables toVITE_APP
index.html
to root as it is required by Viteuse-debounce
,json2csv
as their newer versions have proper support for ESMesModuleInterop
fromtsconfig
to keep our app as close as possible to create-vite-app templateraw-loader
use Vite specific loader argumentimport.meta.env
instead ofprocess.env
as recommended by ViteChecking out to this PR won't work. To test locally you'll have to checkout to rowyio/form-builder#10 and use
yarn link
. I have made some changes to that package. Reason for the change is explained in rowyio/form-builder#10.I have tested the changes locally after linking to @rowy/form-builder.
yarn build
,yarn start
work as expected.yarn test
fails with a firebaseauth/network-request-failed
. ( Help needed )For this PR, I have used @vitejs/plugin-react and not @vitejs/plugin-react-swc because jotai doesn't support fully support swc. I did try swc at first but it didn't work.
Fixes #1275 /claim #1275