feat: check if company/person saved (chrome-extension) (#4280)
* add twenty icon * rest api calls for company * check if company exists * refacto * person/company saved call * gql codegen init * type defs * build fix * DB calls with gql codegen and apollo integration
This commit is contained in:
@ -25,6 +25,7 @@ export default defineConfig(() => {
|
||||
rollupOptions: {
|
||||
output: { chunkFileNames: 'assets/chunk-[hash].js' },
|
||||
},
|
||||
target: 'ES2022',
|
||||
},
|
||||
|
||||
// Adding this to fix websocket connection error.
|
||||
|
||||
Reference in New Issue
Block a user