We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40eba79 commit 037583dCopy full SHA for 037583d
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }}
44
VITE_POSTHOG_HOST: ${{ secrets.VITE_POSTHOG_HOST }}
45
# Disable public registration for production
46
- VITE_ENABLE_PUBLIC_REGISTRATION: "false"
+ VITE_ENABLE_PUBLIC_REGISTRATION: "true"
47
# Set to production to enable console stripping
48
NODE_ENV: production
49
run: npm run build
0 commit comments