Epic Stack stripped down for content sites, with no DB or auth
playwright
, removes the mocks
, fixtures
, and e2e
directories from tests
directory. Also removes app/routes/_auth+/auth.$provider.callback.test.ts
and app/routes/users+/$username.test.tsx
e2e test files. Also modifies a few files, please see the commit history for more details.[!IMPORTANT] Note that
fly.toml
has a differentinternal_port
value. This is because thelitefs.yml
file was proxying the ports but since that is not the case anymore, we need to update theinternal_port
value in thefly.toml
file.