🤔 manage by package.json

This commit is contained in:
brucewar
2016-12-10 23:44:39 +08:00
parent 2090caab15
commit 2e130f47d4
4 changed files with 40 additions and 57 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# run this script before you setup the irext web console
echo "create logging directory"
mkdir -p ./logs
mkdir -p ./logs/production
mkdir -p ./logs/dev
mkdir -p ./logs/user_debug