mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 22:54:22 +08:00
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
const withTM = require('next-transpile-modules')(['common'])
|
|
|
|
module.exports = withTM({
|
|
reactStrictMode: true,
|
|
})
|