mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 01:47:13 +00:00 
			
		
		
		
	 a3690b16a3
			
		
	
	
		a3690b16a3
		
			
		
	
	
	
	
		
			
			* feat: add vite * fix: CheckPagePermissions was buggy * fix: vite CJS warning & double print of experimental message * chore: move to use plugins-workspace folder * chore: update deps --------- Co-authored-by: Paul <45032974+hide-me@users.noreply.github.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			175 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			175 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| const config = require('./server/config');
 | |
| const register = require('./server/register');
 | |
| module.exports = () => {
 | |
|   return {
 | |
|     register,
 | |
|     config,
 | |
|   };
 | |
| };
 |