fix: enable experimental outside dir

This commit is contained in:
httpjamesm 2024-01-01 12:17:58 -05:00
parent 831e0e910c
commit 4f0f7b6e1a
No known key found for this signature in database
4 changed files with 8 additions and 2 deletions

View file

@ -5,4 +5,7 @@ module.exports = {
images: {
unoptimized: true,
},
experimental: {
externalDir: true,
},
};

View file

@ -13,5 +13,6 @@
"devDependencies": {
"@types/node": "^14.6.4",
"@types/react": "^16.9.49"
}
},
"types": "src/index.ts"
}

View file

@ -18,7 +18,8 @@
"**/*.ts",
"**/*.tsx",
"**/*.js",
"../../packages/shared/themes/mui-theme.d.ts"
"../../packages/shared/themes/mui-theme.d.ts",
"../../packages/accounts/**/*.tsx"
],
"exclude": ["node_modules", "out", ".next", "thirdparty"]
}

View file

@ -40,6 +40,7 @@ module.exports = (phase) =>
'@mui/material',
'@mui/system',
'@mui/icons-material',
'@ente/accounts',
],
env: {
SENTRY_RELEASE: GIT_SHA,