feat: add node plan

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-05 21:37:00 +02:00
parent 9bb1d9f908
commit d6bbb91031
14 changed files with 2472 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "cuddle-node-service",
"templating": "tera",
"delimiter": "[[]]",
"prompt": {
"name": {
"description": "Project name"
}
}
}