chore: Add flow support for M1 macs

This commit is contained in:
Tom Moor 2021-01-28 23:25:37 -08:00
parent 13205171d7
commit ae13347d55
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
[options]
emoji=true
sharedmemory.heap_size=3221225472
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=app

View File

@ -79,7 +79,7 @@ if (isProduction) {
watchOptions: {
poll: 1000,
ignored: ["node_modules"]
ignored: ["node_modules"],
},
// public path to bind the middleware to