- Initialize Next.js 16.1.6 with TypeScript and App Router - Configure Tailwind CSS for styling - Install SWR for API state management - Set up environment variables for authentication and resource path - Update .gitignore to track .env.local Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
AUTH_USERNAME=admin
|
|
AUTH_PASSWORD=changeme
|
|
RESOURCE_PATH=/Users/tech/workspace/n3-world/handy-tools/ftdl
|