on the project im working we are using absolute paths so.. ~/folder/to/path And im currently having this error:
[vite]: Rollup failed to resolve import "~/shared/components" from "playwright/index.tsx".This is most likely unintended because it can break your application at runtime.If you do want to externalize this module explicitly add it toError: [vite]: Rollup failed to resolve import "~/shared/components" from "playwright/index.tsx".This is most likely unintended because it can break your application at runtime.If you do want to externalize this module explicitly add it to`build.rollupOptions.external
[vite]: Rollup failed to resolve import "~/shared/components" from "playwright/index.tsx".This is most likely unintended because it can break your application at runtime.If you do want to externalize this module explicitly add it toError: [vite]: Rollup failed to resolve import "~/shared/components" from "playwright/index.tsx".This is most likely unintended because it can break your application at runtime.If you do want to externalize this module explicitly add it to`build.rollupOptions.external
`
Ive tried going through the simplest steps and following the documentation but so far nothing works when I run the tests. This is my vite config (sorry, too much code) https://pastebin.com/QtAGwZm1