chore: add nx/project.json to twenty-chrome-extension (#5217)
Fix for `build` CI on `twenty-chrome-extension` --------- Co-authored-by: Thaïs Guigon <guigon.thais@gmail.com>
This commit is contained in:
@ -19,6 +19,9 @@ const viteManifestHack: Plugin & {
|
||||
|
||||
export default defineConfig(() => {
|
||||
return {
|
||||
root: __dirname,
|
||||
cacheDir: '../../node_modules/.vite/packages/twenty-chrome-extension',
|
||||
|
||||
build: {
|
||||
emptyOutDir: true,
|
||||
outDir: 'dist',
|
||||
|
||||
Reference in New Issue
Block a user