feat: lazy loading for @formbricks/surveys (#1940)

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
Co-authored-by: ShubhamPalriwala <spalriwalau@gmail.com>
This commit is contained in:
Anshuman Pandey
2024-01-25 20:35:46 +05:30
committed by GitHub
parent c29c580fbe
commit ee5a519120
25 changed files with 204 additions and 81 deletions
+1
View File
@@ -26,6 +26,7 @@
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"build:dev": "pnpm build",
"go": "vite build --watch",
"lint": "eslint ./src --fix",
"clean": "rimraf .turbo node_modules dist"