env REDIS_URL=redis://127.0.0.1:6379/0 SESSION_SECRET=x GOOGLE_CLIENT_ID=x GOOGLE_CLIENT_SECRET=x \
node src/server.mjs --watch
To test, as both anonymous and authenticated user:
env REDIS_URL=redis://127.0.0.1:6379/0 SESSION_SECRET=x GOOGLE_CLIENT_ID=x GOOGLE_CLIENT_SECRET=x \
node src/server.mjs --watch
To test, as both anonymous and authenticated user: