Update tmuxinator configs

This commit is contained in:
Andrew Miner
2022-02-18 11:53:57 -07:00
parent c96591b231
commit c209b96113
4 changed files with 14 additions and 4 deletions
@@ -1,4 +1,4 @@
{ {
"optOut": false, "optOut": false,
"lastUpdateCheck": 1640879021994 "lastUpdateCheck": 1645136333919
} }
+9
View File
@@ -0,0 +1,9 @@
# /Users/andrewminer/.config/tmuxinator/stemma-term.yml
name: stemma-term
root: /src/stemma/frontend/amundsen_application/static/
startup_window: terminal
windows:
- terminal: nvm use
+3 -3
View File
@@ -6,14 +6,14 @@ root: /src/stemma
startup_window: terminal startup_window: terminal
windows: windows:
- neo4j: docker-compose -f docker-compose.yml up neo4j - neo4j: docker-compose -f frontend/docker-compose.yml up neo4j
- elasticsearch: docker-compose -f docker-compose.yml up elasticsearch - elasticsearch: docker-compose -f frontend/docker-compose.yml up elasticsearch
- databuilder: - databuilder:
root: /src/stemma/databuilder root: /src/stemma/databuilder
panes: source venv/bin/activate panes: source venv/bin/activate
- webpack: - webpack:
root: /src/stemma/frontend/amundsen_application/static root: /src/stemma/frontend/amundsen_application/static
panes: npm run watch panes: nvm use && npm run watch
- server: - server:
panes: ./server.sh panes: ./server.sh
root: /src/stemma/frontend root: /src/stemma/frontend
+1
View File
@@ -150,6 +150,7 @@ let g:ale_fixers = {
let g:ale_linters = { let g:ale_linters = {
\'go': ['gobuild', 'golint', 'govet'], \'go': ['gobuild', 'golint', 'govet'],
\'html': [], \'html': [],
\'json': ['jsonlint'],
\'pug': ['puglint'], \'pug': ['puglint'],
\'python': ['pycodestyle', 'pydocstyle', 'pyflakes', 'pyls'], \'python': ['pycodestyle', 'pydocstyle', 'pyflakes', 'pyls'],
\'typescript': ['tslint', 'tsserver'], \'typescript': ['tslint', 'tsserver'],