removes unused file
This commit is contained in:
parent
2ecb03e7ce
commit
5672caae69
13
config.js
13
config.js
|
@ -1,13 +0,0 @@
|
|||
module.exports = () => ({
|
||||
datastore: "local",
|
||||
datastoreConfig: {
|
||||
rootPath: "./.data",
|
||||
},
|
||||
keys: ["secret1", "secret2"],
|
||||
port: 4001,
|
||||
latestPackagesFolder: ".",
|
||||
extraMasterPlugins: {},
|
||||
dev: true,
|
||||
customizeMaster: appDefinition => appDefinition,
|
||||
useAppRootPath: true,
|
||||
})
|
Loading…
Reference in New Issue