Skip to content

Commit

Permalink
remove all web related components (#909)
Browse files Browse the repository at this point in the history
* remove all web related components

* add a simple bun web builder for the web-ui folder and remove disused github actions

* renamed bun github action
  • Loading branch information
faddat authored Dec 19, 2023
1 parent e936045 commit 923493d
Show file tree
Hide file tree
Showing 817 changed files with 30 additions and 358,283 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/buildweb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Build web UI as a test

on:
pull_request:
branches:
- main
push:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest # or specify a version

- name: Install Dependencies
run: |
cd web-ui
bun install
- name: Build Project
run: |
cd web-ui
bun run build
25 changes: 0 additions & 25 deletions .github/workflows/quicksilverjs.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/webui.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions quicksilverjs/.editorconfig

This file was deleted.

5 changes: 0 additions & 5 deletions quicksilverjs/.eslintignore

This file was deleted.

70 changes: 0 additions & 70 deletions quicksilverjs/.eslintrc.js

This file was deleted.

50 changes: 0 additions & 50 deletions quicksilverjs/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions quicksilverjs/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion quicksilverjs/.npmrc

This file was deleted.

58 changes: 0 additions & 58 deletions quicksilverjs/.telescope.json

This file was deleted.

21 changes: 0 additions & 21 deletions quicksilverjs/LICENSE

This file was deleted.

Loading

0 comments on commit 923493d

Please sign in to comment.