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