mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 04:24:12 +00:00
Just try to get GitHub Actions to tell us what we have here
This commit is contained in:
parent
29ba129cb0
commit
3cad5d280e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ import Knex from "knex";
|
|||
import * as knexConfigs from "./knexfile";
|
||||
import { NODE_ENV } from "./config";
|
||||
|
||||
console.log({ NODE_ENV });
|
||||
throw new Error(`NODE_ENV: ${NODE_ENV}`);
|
||||
|
||||
export const knex = Knex(knexConfigs[NODE_ENV]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue