This website requires JavaScript.
Explore
Help
Sign In
DebaucheryLibrarian
/
shack
Watch
1
Star
0
Fork
You've already forked shack
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
754a89b913
shack
/
knexfile.js
7 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added basic post creation.
2023-06-05 23:30:46 +00:00
import
config
from
'config'
;
Initial commit, basic pages and sessions.
2023-05-28 22:54:17 +00:00
Added basic post creation.
2023-06-05 23:30:46 +00:00
export
default
{
Initial commit, basic pages and sessions.
2023-05-28 22:54:17 +00:00
client
:
'pg'
,
connection
:
config
.
database
,
}
;