chore: add cbt tunnels

This commit is contained in:
Sarah Vaupel 2020-01-14 11:04:50 +01:00
parent 625c4fbc5e
commit bd3cfaefd6
4 changed files with 1271 additions and 0 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ test.log
/.npmrc
/config/webpack.yml
static/wp-*/
tunnel.log

3
cbt.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cbt_tunnels --username $CBT_USERNAME --authkey $CBT_AUTHKEY

1265
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,7 @@
"test": "run-s frontend:test yesod:test",
"lint": "run-s frontend:lint yesod:lint",
"build": "run-s frontend:build yesod:build",
"cbt": "./cbt.sh",
"yesod:db": "./db.sh",
"yesod:start": "./start.sh",
"yesod:lint": "./hlint.sh",
@ -67,6 +68,7 @@
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"cbt_tunnels": "^1.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.0",
"css-loader": "^2.1.1",