mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Add narration to "can't think" page
This commit is contained in:
parent
539260c8de
commit
7f756d5762
5 changed files with 34 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
const {Pinski} = require("pinski")
|
||||
const {setInstance} = require("pinski/plugins")
|
||||
const constants = require("./utils/constants")
|
||||
|
||||
;(async () => {
|
||||
await require("./utils/upgradedb")()
|
||||
|
|
@ -11,6 +12,7 @@ const {setInstance} = require("pinski/plugins")
|
|||
})
|
||||
|
||||
setInstance(server)
|
||||
server.pugDefaultLocals.constants = constants
|
||||
|
||||
server.muteLogsStartingWith("/vi/")
|
||||
server.muteLogsStartingWith("/favicon")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue