mirror of
https://github.com/outline/outline.git
synced 2026-01-06 11:09:55 -06:00
chore: Add flow support for M1 macs
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
[options]
|
||||
emoji=true
|
||||
sharedmemory.heap_size=3221225472
|
||||
|
||||
module.system.node.resolve_dirname=node_modules
|
||||
module.system.node.resolve_dirname=app
|
||||
|
||||
@@ -79,7 +79,7 @@ if (isProduction) {
|
||||
|
||||
watchOptions: {
|
||||
poll: 1000,
|
||||
ignored: ["node_modules"]
|
||||
ignored: ["node_modules"],
|
||||
},
|
||||
|
||||
// public path to bind the middleware to
|
||||
|
||||
Reference in New Issue
Block a user