feat: support managing magic dns
This commit is contained in:
parent
a340b3d263
commit
27f310fb35
2 changed files with 68 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { access, constants, readFile, stat, writeFile } from 'node:fs/promises'
|
||||
import { resolve } from 'node:path'
|
||||
|
||||
import { type Document, parseDocument, visit } from 'yaml'
|
||||
import { type Document, parseDocument } from 'yaml'
|
||||
|
||||
type Duration = `${string}s` | `${string}h` | `${string}m` | `${string}d` | `${string}y`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue