Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
blesswinsamuel committed Jun 3, 2023
1 parent d53df57 commit ca5d259
Show file tree
Hide file tree
Showing 4 changed files with 1,058 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deno.json

This file was deleted.

9 changes: 9 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"imports": {
"cdk8s": "npm:[email protected]"
},
"tasks": {
"dev": "deno run --watch main.ts",
"generate": "cdk8s import --output k8sbase/imports"
}
}
Loading

0 comments on commit ca5d259

Please sign in to comment.