diff options
| author | Fuwn <[email protected]> | 2022-05-18 01:27:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-18 01:27:00 -0700 |
| commit | 479ce70c6990a41b297b7c025b101ac1e2b9c113 (patch) | |
| tree | 6dcb99e7b04d252709458d5918c9c5f336225e70 /old/deps.ts | |
| parent | feat(mod): more instructions for setup (diff) | |
| download | macy-479ce70c6990a41b297b7c025b101ac1e2b9c113.tar.xz macy-479ce70c6990a41b297b7c025b101ac1e2b9c113.zip | |
refactor: reimplement
Diffstat (limited to 'old/deps.ts')
| -rw-r--r-- | old/deps.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/deps.ts b/old/deps.ts new file mode 100644 index 0000000..f3c2ba6 --- /dev/null +++ b/old/deps.ts @@ -0,0 +1,10 @@ +// This file is part of Macy <https://github.com/Fuwn/macy>. +// Copyright (C) 2022-2022 Fuwn <[email protected]> +// +// All Rights Reserved. +// +// Copyright (C) 2022-2022 Fuwn <[email protected]> +// SPDX-License-Identifier: UNLICENSED + +export * as deploy from "https://deno.land/x/[email protected]/deploy.ts"; +export * from "https://deno.land/x/[email protected]/mod.ts"; |