refactor docker deployment build contexts

This commit is contained in:
dirtydishes 2026-04-27 04:13:47 -04:00
parent 25e3097bb1
commit 3b0c796ec7
9 changed files with 365 additions and 22 deletions

View file

@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2022"],
"strict": true,
"isolatedModules": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"noEmit": true
}
}