fix(app-server): dist options
This commit is contained in:
		
							parent
							
								
									9dabe2fbd6
								
							
						
					
					
						commit
						83d82adf1c
					
				@ -19,5 +19,10 @@ export default [
 | 
				
			|||||||
  '@nocobase/plugin-acl',
 | 
					  '@nocobase/plugin-acl',
 | 
				
			||||||
  '@nocobase/plugin-china-region',
 | 
					  '@nocobase/plugin-china-region',
 | 
				
			||||||
  '@nocobase/plugin-workflow',
 | 
					  '@nocobase/plugin-workflow',
 | 
				
			||||||
  ['@nocobase/plugin-client'],
 | 
					  [
 | 
				
			||||||
 | 
					    '@nocobase/plugin-client',
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      dist: resolve(process.cwd(), 'packages/app/client/dist'),
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
] as PluginsConfigurations;
 | 
					] as PluginsConfigurations;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user