Add all object level read-only behavior (#10356)
Fixes https://github.com/twentyhq/core-team-issues/issues/427 --------- Co-authored-by: Marie Stoppa <marie.stoppa@essec.edu>
This commit is contained in:
@ -13,7 +13,9 @@ import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
type Checkers = Parameters<typeof checker>[0];
|
||||
|
||||
export default defineConfig(({ command, mode }) => {
|
||||
const env = loadEnv(mode, process.cwd(), '');
|
||||
const env = loadEnv(mode, __dirname, '');
|
||||
|
||||
console.log(__dirname);
|
||||
|
||||
const {
|
||||
REACT_APP_SERVER_BASE_URL,
|
||||
|
||||
Reference in New Issue
Block a user