installation documentation
Build and Push Docker Image / build (push) Successful in 10s

This commit is contained in:
jason
2026-04-22 15:56:11 -05:00
parent 15ad777f2b
commit cf3f8d6fd0
2 changed files with 281 additions and 74 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"Bash(npx vite *)",
"Bash(timeout 8 npx tsx src/server/app.ts)",
"Bash(node -e \"import\\('occt-import-js'\\).then\\(m => { console.log\\('occt-import-js loaded OK, keys:', Object.keys\\(m\\)\\) }\\).catch\\(e => console.error\\('FAIL:', e.message\\)\\)\")",
"Bash(timeout 8 npx tsx --env-file=.env src/server/app.ts)"
"Bash(timeout 8 npx tsx --env-file=.env src/server/app.ts)",
"Bash(del \"D:\\\\REMOTE CODING\\\\stepview\\\\.gitea\\\\workflows\\\\build.yml\")"
]
}
}