mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	* Add: Strapi Plugin Cloud * Update: first review changes * Update: remove versioning check + add eslint * Update: register the plugin only on development * Update: add cloud plugin by default in package.json * Update: make the plugin installed by default * Update: convert plugin in typescript * Update: package.json file * chore: setup the project like color-picker * chore: fix TS issue * Add: fix utm params * Fix: lint issue with Link compo * chore: fix issue with strapi.name in pkg.json * chore: fix build scripts --------- Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			103 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			103 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export {};
 | 
						|
 | 
						|
declare global {
 | 
						|
  interface Window {
 | 
						|
    strapi: {
 | 
						|
      backendURL: string;
 | 
						|
    };
 | 
						|
  }
 | 
						|
}
 |