This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (process.env.NODE_ENV !== 'production') require('dotenv').config() | |
/* | |
* Graphile Migrate configuration. | |
* | |
* If you decide to commit this file (recommended) please ensure that it does | |
* not contain any secrets (passwords, etc) - we recommend you manage these | |
* with environmental variables instead. | |
* | |
* This file is in JSON5 format, in VSCode you can use "JSON with comments" as |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Also reduced for readability. --> | |
<div style="padding: 20px;"> | |
<div class="row"> | |
<h4 style="color: grey;">Locations</h4> | |
</div> | |
<div class="row"> | |
<div class="col s12"> | |
<ul class="tabs" materialize="tabs"> |