mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-13 12:06:36 -04:00
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
const withTM = require("next-transpile-modules")(["ui"]);
|
|
|
|
module.exports = withTM({
|
|
reactStrictMode: true,
|
|
});
|