Marcin Kopański
Marcin Kopański
> Resolved it! > > Seems this is related to the `tsconfig.json` where `baseUrl` is not matching the `paths`. > > ``` > { > "compilerOptions": { > "target": "es6",...
> Resolved it! > > Seems this is related to the `tsconfig.json` where `baseUrl` is not matching the `paths`. > > ``` > { > "compilerOptions": { > "target": "es6",...
in scripts section of your mf app: `"micro": "vite build --watch & vite preview --port 5010 --strictPort",` then you can just run `yarn micro`