Skip to content

Commit

Permalink
refactor: use kitt web ui (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor authored Feb 22, 2024
1 parent 064b2f4 commit 3896e50
Show file tree
Hide file tree
Showing 82 changed files with 2,249 additions and 9,557 deletions.
5 changes: 0 additions & 5 deletions .cargo/config.toml

This file was deleted.

3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!llm.py
!kitt.py
File renamed without changes.
59 changes: 0 additions & 59 deletions .github/workflows/ci-rs.yml

This file was deleted.

17 changes: 8 additions & 9 deletions .github/workflows/ci-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: CI-TS

on:
push:
paths:
- "**/meet/**"
- "**/ci-ts.yml"
- "**/.eslintrc.json"
- "**/.node-version"
- "**/package.json"
- "**/pnpm-lock.yaml"
workflow_dispatch:

env:
Expand Down Expand Up @@ -37,5 +30,11 @@ jobs:
run: bun install --ignore-scripts

# Errors out on build when separated into multiple steps
- name: Install, Build, and Lint Meet
run: cd meet && bun install --ignore-scripts && bun run build && bun run lint
- name: Install
run: bun install --ignore-scripts

- name: Build
run: bun run build

- name: Lint
run: bun run lint
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions .taplo.toml

This file was deleted.

Loading

0 comments on commit 3896e50

Please sign in to comment.