This commit is contained in:
2025-08-26 17:32:31 -05:00
parent ad65e6f674
commit f1c4accf52
11 changed files with 365 additions and 96 deletions

View File

@@ -2,6 +2,7 @@
"name": "vultr-k8s",
"main": "index.js",
"scripts": {
"test": "npx shadow-cljs watch app",
"build": "shadow-cljs release app",
"pulumi": "pulumi up",
"deploy": "npm run build && npm run pulumi"