mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-31 07:12:25 -05:00 
			
		
		
		
	repository cleaned
This commit is contained in:
		
					parent
					
						
							
								392231e695
							
						
					
				
			
			
				commit
				
					
						1f0d4727f0
					
				
			
		
					 11 changed files with 2 additions and 4553 deletions
				
			
		
							
								
								
									
										6
									
								
								index.js
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								index.js
									
										
									
									
									
								
							|  | @ -1,11 +1,9 @@ | |||
| const { S4DSAuth } = require('./dist/nodes/S4DSAuth/S4DSAuth.node.js'); | ||||
| const { S4DSExample } = require('./dist/nodes/S4DSExample/S4DSExample.node.js'); | ||||
| const { HttpBin } = require('./dist/nodes/HttpBin/HttpBin.node.js'); | ||||
| 
 | ||||
| const { S4DSApi } = require('./dist/credentials/S4DSApi.credentials.js'); | ||||
| const { HttpBinApi } = require('./dist/credentials/HttpBinApi.credentials.js'); | ||||
| 
 | ||||
| module.exports = { | ||||
| 	nodes: [S4DSAuth, S4DSExample, HttpBin], | ||||
| 	credentials: [S4DSApi, HttpBinApi], | ||||
| 	nodes: [S4DSAuth, S4DSExample], | ||||
| 	credentials: [S4DSApi], | ||||
| }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue