change semantics

Update README deployment steps and add deploy:secrets script to package.json

update local inference script and README

update lockfile

reconfigure package scripts for development

update test execution

pass server tests

Update README with revised Bun commands and workspace details

remove pnpm package manager designator

create bun server
This commit is contained in:
geoffsee
2025-06-02 18:41:16 -04:00
committed by Geoff Seemueller
parent 1055cda2f1
commit 497eb22ad8
218 changed files with 1273 additions and 4987 deletions

View File

@@ -33,26 +33,4 @@ jobs:
run: bun install
- name: Test
run: bun run test:coverage
# Upload coverage as Pages artifact only on push to main
- name: Upload coverage html
uses: actions/upload-pages-artifact@v3
with:
path: ./coverage
name: "coverage"
deploy_coverage:
needs: tests
runs-on: ubuntu-latest
environment:
name: coverage-ui
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy coverage-ui
id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: 'coverage'
run: bun test:all