mirror of
				https://github.com/Wan-Video/Wan2.1.git
				synced 2025-11-04 06:15:17 +00:00 
			
		
		
		
	- Add root package.json and turbo.json - Add Next.js config files - Add FastAPI environment example - Add PWA manifest - Add ESLint and Prettier config 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			261 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			261 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Supabase
 | 
						|
NEXT_PUBLIC_SUPABASE_URL=https://xxxxx.supabase.co
 | 
						|
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGci...
 | 
						|
SUPABASE_SERVICE_ROLE_KEY=eyJhbGci...
 | 
						|
 | 
						|
# API
 | 
						|
NEXT_PUBLIC_API_URL=http://localhost:8000
 | 
						|
 | 
						|
# App
 | 
						|
NEXT_PUBLIC_APP_URL=http://localhost:3000
 | 
						|
NODE_ENV=development
 |