mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Disable projects when flowFile passed into grunt dev
Useful for quickly testing a standalone flow file
This commit is contained in:
		| @@ -24,6 +24,7 @@ module.exports = function(grunt) { | ||||
|     var flowFile = grunt.option('flowFile'); | ||||
|     if (flowFile) { | ||||
|         nodemonArgs.push(flowFile); | ||||
|         process.env.NODE_RED_ENABLE_PROJECTS=false; | ||||
|     } | ||||
|     var userDir = grunt.option('userDir'); | ||||
|     if (userDir) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user