This website requires JavaScript.
Explore
Help
Register
Sign In
engineering
/
ramirez
Watch
3
Star
0
Fork
You've already forked ramirez
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8ba25d9504
ramirez
/
knexfile.js
3 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Rename config.js to cfg.js So people don't accidentally edit the config source file rather than their own config file.
2020-07-19 06:35:54 -04:00
const
config
=
require
(
'./src/cfg'
)
;
Start work on moving data to an SQLite database. Add a migrator for legacy data.
2017-12-24 15:04:08 -05:00
module
.
exports
=
config
.
knex
;