mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
d07e78a616
This PR runs `prettier` on the `examples` folder. Depends on https://github.com/supabase/supabase/pull/43849.
8 lines
130 B
TypeScript
8 lines
130 B
TypeScript
import type { NextConfig } from 'next'
|
|
|
|
const nextConfig: NextConfig = {
|
|
/* config options here */
|
|
}
|
|
|
|
export default nextConfig
|