feat: implemented a basic store and emulatorjs

This commit is contained in:
Simeon Radivoev 2026-03-14 02:15:57 +02:00
parent 2f32cbc730
commit 7286541822
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
121 changed files with 5900 additions and 1092 deletions

View file

@ -4,6 +4,8 @@ on:
tags:
- "v*.*.*"
workflow_dispatch:
env:
TWITCH_CLIENT_ID: ${{ env.TWITCH_CLIENT_ID }}
jobs:
build:
@ -54,6 +56,8 @@ jobs:
- name: Build Canary
run: bun run package:Linux
env:
TWITCH_CLIENT_ID: ${{ secrets.TWITCH_CLIENT_ID }}
- name: Upload Artifact
uses: actions/upload-artifact@v3