feat: Add devbox configuration and lock files; clean up YAML files by removing trailing newlines

pull/5/head
Malar Invention 2025-06-20 02:28:10 +05:30
parent e22d2ff71d
commit 050fbcbf3c
4 changed files with 19 additions and 3 deletions

View File

@ -46,4 +46,3 @@ spec:
resources:
{{- toYaml . | nindent 10 }}
{{- end }}
```

View File

@ -41,5 +41,4 @@ spec:
{{- with .Values.server.resources }}
resources:
{{- toYaml . | nindent 12 }}
{{- end }}
```
{{- end }}

14
devbox.json Normal file
View File

@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": [],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}

4
devbox.lock Normal file
View File

@ -0,0 +1,4 @@
{
"lockfile_version": "1",
"packages": {}
}