Let's play around with persistent volumes on GKE.
$ gcloud init
<output_omitted>sudo pacman -Syu zsh
You do not need to install manjaro-zsh-config and all the other related packages like zsh-syntax-highlighting, zsh-history-substring-search, zsh-autosuggestions, etc., as we will use Oh My Zsh.
| import fs from 'fs'; | |
| import path from 'path'; | |
| import Sequelize from 'sequelize'; | |
| import configJson from '../config/config'; | |
| const basename = path.basename(__filename); | |
| const env = process.env.NODE_ENV ? process.env.NODE_ENV : 'development'; | |
| const config = configJson[env]; |
| { | |
| "root": true, | |
| "extends": [ | |
| "eslint:recommended", | |
| "plugin:import/errors", | |
| "plugin:import/warnings" | |
| ], | |
| "parserOptions": { | |
| "ecmaVersion": 7, | |
| "sourceType": "module" |