-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(client): switch to vite + electron-forge, plus misc
- vite (including PWA setup) - electron-forge - switch eslint base config from erb directly to airbnb-typescript - adjust injected constants to vite - consistently prefix injected constants with two underscores - adjust gql tag import - migrate preload to TypeScript Regression: - with electron-forge there is no way to get auto-updates for AppImage, this will be broken for the foreseeable future
- Loading branch information
1 parent
ab56863
commit e3f1559
Showing
62 changed files
with
15,516 additions
and
37,863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ jobs: | |
- name: Deploy via FTP | ||
uses: sebastianpopp/ftp-action@releases/v2 | ||
with: | ||
localDir: ./client/release/app/dist/web/ | ||
localDir: ./client/out/web/ | ||
remoteDir: ./ | ||
host: amsr102.websitehostserver.net:21 | ||
user: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ jobs: | |
- name: Deploy via FTP | ||
uses: sebastianpopp/ftp-action@releases/v2 | ||
with: | ||
localDir: ./client/release/app/dist/web/ | ||
localDir: ./client/out/web/ | ||
remoteDir: ./ | ||
host: amsr102.websitehostserver.net:21 | ||
user: [email protected] | ||
|
@@ -99,7 +99,7 @@ jobs: | |
uses: actions/upload-artifact@v4 | ||
with: | ||
name: Installer ${{ runner.os }} | ||
path: client/release/build/structure-* | ||
path: client/out/make/**/* | ||
if-no-files-found: error | ||
|
||
deploy-backend: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.