fix: importData: true
This commit is contained in:
parent
b2f3bd4894
commit
ce2102bf61
@ -57,6 +57,7 @@ for (const plugin of plugins) {
|
|||||||
api.plugin(
|
api.plugin(
|
||||||
require(`@nocobase/plugin-client/lib/server`).default, {
|
require(`@nocobase/plugin-client/lib/server`).default, {
|
||||||
dist: path.resolve(process.cwd(), './dist'),
|
dist: path.resolve(process.cwd(), './dist'),
|
||||||
|
importData: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (process.argv.length < 3) {
|
if (process.argv.length < 3) {
|
||||||
|
Loading…
Reference in New Issue
Block a user