mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-21 12:26:40 +00:00
🚧 add & validate blueprint yaml
This commit is contained in:
4
src/lib/wait.ts
Normal file
4
src/lib/wait.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export function wait(ms: number): Promise<void> {
|
||||
// Wait for the specified amount of time
|
||||
return new Promise((resolve) => setTimeout(resolve, ms));
|
||||
}
|
||||
Reference in New Issue
Block a user