UNPKG
agenda-paper
Version:
latest (1.1.3)
rc (1.1.2-rc.1)
1.1.3
1.1.2
1.1.2-rc.1
1.1.1
1.1.0
1.0.7
1.0.2
1.0.0
Show your daily agenda on an ePaper display
github.com/eshaham/agenda-paper
eshaham/agenda-paper
agenda-paper
/
server
/
constants.ts
6 lines
(4 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
5
6
import
os
from
'os'
;
export
const
CONFIG_FOLDER
=
`
${os.homedir()}
/.agenda-paper`
;
export
const
ENV_FILE_PATH
=
`
${CONFIG_FOLDER}
/.env`
;
export
const
TOKEN_FILE_PATH
=
`
${CONFIG_FOLDER}
/.token`
;