🌳
pt0/serverF/secretsDirF.mts
1import { pathDownJoin } from './pathF.mts'
2import { ptDir } from './ptDirF.mts'
4export const secretsRelDir = 'data/secrets2'
5export const secretsDir = pathDownJoin(ptDir, secretsRelDir)