Clean up + Bugfixes (#443)

* format code

* fix building issue in database package

* update turbo config and package jsons

* update error package with more information and license

* fix typescript issues in ui package

* update package-lock

* update packages

* clean dependencies in web

* clean up dependencies in demo & formbricks-com

* remove unsused template file

* remove legacy capture endpoint

* remove unfinished client endpoints

* clean up unused functions

* fix formbricks not loading on invalid session

* update readme
This commit is contained in:
Matti Nannt
2023-06-28 13:07:51 +02:00
committed by GitHub
parent 9d1d0576a2
commit 9cc836a775
48 changed files with 1088 additions and 2020 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
version: "3.3"
services:
postgres:
restart: unless-stopped
restart: always
image: postgres:15-alpine
volumes:
- postgres:/var/lib/postgresql/data
@@ -9,7 +9,7 @@ services:
- POSTGRES_PASSWORD=postgres
formbricks:
restart: unless-stopped
restart: always
build:
context: .
dockerfile: ./apps/web/Dockerfile