Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove .env.test file #835

Merged
merged 2 commits into from
Feb 1, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Code tidy up
- remove non-null assertion
- fix english typos
bradleyayers committed Feb 1, 2025
commit eb5a3e042ae596bcddaaaaf08da738d83f991d04
2 changes: 1 addition & 1 deletion projects/app/src/client/ui/auth.ts
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ type AuthApi = {
signOut: () => void;
};

// TODO: how to handle beind anonymous then logging in but there's an existing
// TODO: how to handle being anonymous then logging in but there's an existing
// user. It's more like "switch user" than it is anything else. Maybe even in
// the anonymous case you should have to give your name? Only after you actually
// save some useful state.
2 changes: 1 addition & 1 deletion projects/app/src/client/ui/replicacheOptions.web.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ReplicacheOptions } from "replicache";

// Intentionally DO NOT allow Expo top inline the environment variable,
// Intentionally DO NOT allow Expo to inline the environment variable,
// otherwise it will leak into the browser bundle otherwise the browser code
// will also think it's in static render mode and use the
// ExperimentalMemKVStore.