1
0
Fork 0
mirror of synced 2024-07-26 00:26:20 +12:00

removes unused file

This commit is contained in:
kevmodrome 2020-06-15 10:14:58 +02:00
parent ce6ca5351d
commit 93031566aa

View file

@ -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,
})