fix: user has to login every time chrome sidepanel is opened (#5544)
We can pass the auth tokens to our front app via post message, which will also allow us to pass route names to navigate on it
This commit is contained in:
@ -11,10 +11,11 @@
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
"executor": "@nx/vite:dev-server",
|
||||
"executor": "nx:run-commands",
|
||||
"dependsOn": ["build"],
|
||||
"options": {
|
||||
"buildTarget": "twenty-chrome-extension:build",
|
||||
"hmr": true
|
||||
"cwd": "packages/twenty-chrome-extension",
|
||||
"command": "VITE_MODE=development vite"
|
||||
}
|
||||
},
|
||||
"preview": {
|
||||
|
||||
Reference in New Issue
Block a user