From c584d699ea9ab20e650ac1a2c1281ac91c68ba1b Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sat, 24 Jul 2021 00:01:01 +0800 Subject: [PATCH] add json --- .npmignore | 1 + beaudar.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 beaudar.json diff --git a/.npmignore b/.npmignore index b6200f1..c4fd745 100644 --- a/.npmignore +++ b/.npmignore @@ -2,3 +2,4 @@ npm-publish.sh node_modules utterances.json +beaudar.json diff --git a/beaudar.json b/beaudar.json new file mode 100644 index 0000000..54ca8bf --- /dev/null +++ b/beaudar.json @@ -0,0 +1,5 @@ +{ + "origins": [ + "https://xaoxuu.com" + ] +}