This website requires JavaScript.
Explore
Help
Sign In
natty
/
calckey
Watch
1
Star
0
Fork
You've already forked calckey
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
74d5c3c162
calckey
/
packages
/
backend
/
src
/
config
/
index.ts
4 lines
54 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: Use ESM (#8358) * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
2022-02-27 02:07:39 +00:00
import
load
from
'./load.js'
;
Introduce config module
2018-04-02 04:15:53 +00:00
export
default
load
(
)
;