Skip to content

Commit 6ba536d

Browse files
committed
feat!: switch to web app using parcel
Drops electron in favour of being an SPA bundled with parcel. Signed-off-by: Lucian Buzzo <[email protected]>
1 parent fb5d767 commit 6ba536d

File tree

16 files changed

+6340
-502
lines changed

16 files changed

+6340
-502
lines changed

.babelrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc

Lines changed: 0 additions & 231 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Automate generation of release PRs using Conventional Commits
2+
# See https://github.com/googleapis/release-please
3+
4+
on:
5+
push:
6+
branches:
7+
- master
8+
9+
name: release-please
10+
jobs:
11+
release-please:
12+
timeout-minutes: 30
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: google-github-actions/release-please-action@v3
16+
with:
17+
release-type: node
18+
package-name: release-please-action

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ node_modules
3434
.cache.json
3535
.env
3636

37+
# Parcel
38+
.parcel-cache
39+
dist

.resin-sync.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

Dockerfile.template

Lines changed: 0 additions & 57 deletions
This file was deleted.

debian-pinning

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)