mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:06:31 +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-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