mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-25 03:09:24 -06:00
chore: Rewrite environment navbar to server components (#690)
* moved environment navbar to RSC * added Error component * format * update errors path * use standard services in environment navbar, update product service according to standards, add redirect shortcuts for teams and products * update analysis github workflow with environment variables * fix WEBAPP_URL is required --------- Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
committed by
GitHub
parent
cbc649111c
commit
1be6deec64
3
.github/workflows/nextjs-bundle-analysis.yml
vendored
3
.github/workflows/nextjs-bundle-analysis.yml
vendored
@@ -39,6 +39,9 @@ jobs:
|
||||
version: 7
|
||||
run_install: true
|
||||
|
||||
- name: create .env
|
||||
run: cp .env.example .env
|
||||
|
||||
- name: Restore next build
|
||||
uses: actions/cache@v3
|
||||
id: restore-build-cache
|
||||
|
||||
Reference in New Issue
Block a user