mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 11:03:34 -05:00 
			
		
		
		
	* Setup page real-time checks: - New setup.js inside of webpack.mix.js - SetupController methods rename from snake case to camel case - Added Axios module inside of app.js * Disable Laravel Mix notifications * Fix naming for request
		
			
				
	
	
		
			8 lines
		
	
	
		
			145 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			145 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
/**
 | 
						|
 * Axios
 | 
						|
 * 
 | 
						|
 * Promise based HTTP client for the browser and node.js
 | 
						|
 * https://github.com/axios/axios
 | 
						|
 */
 | 
						|
window.axios = require('axios');
 |