Add www Flow definition preparation script (#1374)

* Add www Flow definition preparation script

* Update comment
This commit is contained in:
Dominic Gannaway
2022-02-25 13:49:28 +00:00
committed by acywatson
parent 28a6024a57
commit 06925cda1d
4 changed files with 61 additions and 1 deletions

View File

@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
const fs = require('fs-extra');