mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:26:22 +00:00
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-china-region',
|
||||
'@nocobase/plugin-workflow',
|
||||
['@nocobase/plugin-client'],
|
||||
[
|
||||
'@nocobase/plugin-client',
|
||||
{
|
||||
dist: resolve(process.cwd(), 'packages/app/client/dist'),
|
||||
},
|
||||
],
|
||||
] as PluginsConfigurations;
|
||||
|
Loading…
Reference in New Issue
Block a user