Files
cunningham/packages
Nathan Vasse 7201409d00 🚨(build) fix Vite CJS config warning
Since the migration to Vite 5 we had the "The CJS build of Vite's
Node API is deprecated" error ocurring during compilation.

We needed to rename to .mts the vite config file in order for it
to acknowledge that we are using the Node ESM API, this is needed
because we do not set "type": "module" in package.json because
we need to support CJS too.
2023-11-23 10:20:08 +01:00
..
2023-11-23 10:20:08 +01:00
2023-11-21 17:00:07 +01:00
2023-11-21 17:00:07 +01:00