mirror of
				https://github.com/casjaysdevdocker/deno
				synced 2025-11-03 19:02:23 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
This commit is contained in:
		@@ -166,8 +166,8 @@ deno)
 | 
			
		||||
    elif [ -f "server.ts" ]; then
 | 
			
		||||
      RUN_SCRIPT="server.ts"
 | 
			
		||||
    fi
 | 
			
		||||
    deno --allow-all task start ||
 | 
			
		||||
      deno run --watch --allow-all "${@:-}"
 | 
			
		||||
    echo "Attempting to start deno"
 | 
			
		||||
    deno --allow-all task start || deno run --watch --allow-all "${@:-}" || { echo "deno failed to start" && return 1; }
 | 
			
		||||
    exit ${exitCode:-$?}
 | 
			
		||||
  else
 | 
			
		||||
    __exec_command "$@"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user