removes unused file
This commit is contained in:
parent
ce6ca5351d
commit
93031566aa
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