Skip to content

Commit

Permalink
ignore generated ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
feledori committed Oct 16, 2024
1 parent 7754bf6 commit ae91a55
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ yarn-error.log*
.npmrc

*storybook.log
certificates
certificates

next-env.d.ts
Binary file modified bun.lockb
Binary file not shown.
5 changes: 0 additions & 5 deletions next-env.d.ts

This file was deleted.

4 changes: 2 additions & 2 deletions next.config.mjs → next.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import bundleAnalyzer from '@next/bundle-analyzer'
import type { NextConfig } from 'next'

/** @type {import('next').NextConfig} */
const nextConfig = {
const nextConfig: NextConfig = {
reactStrictMode: true,
experimental: {
turbo: {
Expand Down

0 comments on commit ae91a55

Please sign in to comment.