diff options
| author | zwlucas <lucas.oliveira1676@etec.sp.gov.br> | 2025-03-31 23:24:13 +0000 |
|---|---|---|
| committer | zwlucas <lucas.oliveira1676@etec.sp.gov.br> | 2025-03-31 23:24:13 +0000 |
| commit | 0d54368efc5e91bf1beea8961655fa77f51b3074 (patch) | |
| tree | 565050614ac4666c41b8eec20ce1ca85f4d8bb09 /next.config.ts | |
| download | eleicoes-0d54368efc5e91bf1beea8961655fa77f51b3074.tar.gz eleicoes-0d54368efc5e91bf1beea8961655fa77f51b3074.zip | |
Initial commit from Create Next App
Diffstat (limited to 'next.config.ts')
| -rw-r--r-- | next.config.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/next.config.ts b/next.config.ts new file mode 100644 index 0000000..e9ffa30 --- /dev/null +++ b/next.config.ts @@ -0,0 +1,7 @@ +import type { NextConfig } from "next"; + +const nextConfig: NextConfig = { + /* config options here */ +}; + +export default nextConfig; |