chore: init commit

This commit is contained in:
Matthieu CAILLEAUX
2021-10-12 23:48:21 +02:00
commit 7dfec9220e
15 changed files with 1668 additions and 0 deletions

6
package.sh Normal file
View File

@@ -0,0 +1,6 @@
npm run build
mkdir -p ./dist/lang
mkdir -p ./dist/styles
cp ./lang/* ./dist/lang/
cp ./src/styles/* ./dist/styles/
cp module.json ./dist/module.json