https://github.com/danedwardsdeveloper/logger-test
Testing a custom Next.js logger deployed with Fly.io
https://github.com/danedwardsdeveloper/logger-test
Last synced: about 1 year ago
JSON representation
Testing a custom Next.js logger deployed with Fly.io
- Host: GitHub
- URL: https://github.com/danedwardsdeveloper/logger-test
- Owner: danedwardsdeveloper
- Created: 2025-02-15T17:35:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T22:15:34.000Z (over 1 year ago)
- Last Synced: 2025-03-11T23:23:08.569Z (over 1 year ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Dan's Next.js Configuration Template
Me template for getting started on a Next.js app quickly with pnpm. Just click 'Use this template' to get started. This is a work in progress - I'm always adding to it to make it quicker and easier to create high-performance sites quickly.
## Features
- Next.js App router in standalone mode
- manifest.ts set up
- robots.ts set up, with a custom CSP so that Lighthouse can download it (essential for perfect Lighthouse scores)
- File structure how I like it
- Super strict Eslint settings
- Prettier configuration
- Express server for local testing
- Ready to be deployed with Fly.io