feat: support managing magic dns

This commit is contained in:
Aarnav Tale
2024-03-28 19:48:49 -04:00
parent a340b3d263
commit 27f310fb35
2 changed files with 68 additions and 1 deletions
+1 -1
View File
@@ -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`