gitpod configuration
This commit is contained in:
		
							
								
								
									
										10
									
								
								.gitpod.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.gitpod.yml
									
									
									
									
									
								
							@@ -1,11 +1,11 @@
 | 
			
		||||
# This configuration file was automatically generated by Gitpod.
 | 
			
		||||
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
 | 
			
		||||
# and commit this file to your remote git repository to share the goodness with others.
 | 
			
		||||
image:
 | 
			
		||||
  file: .gitpod.Dockerfile
 | 
			
		||||
tasks:
 | 
			
		||||
  - init: pnpm install && pnpm db:push && pnpm db:seed
 | 
			
		||||
    command: pnpm dev
 | 
			
		||||
#image:
 | 
			
		||||
#  file: .gitpod.Dockerfile
 | 
			
		||||
#tasks:
 | 
			
		||||
#  - init: pnpm install && pnpm db:push && pnpm db:seed
 | 
			
		||||
#    command: pnpm dev
 | 
			
		||||
 | 
			
		||||
ports:
 | 
			
		||||
  - port: 3001
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user