This commit is contained in:
Simon Ding
2025-09-01 00:19:19 +08:00
parent dea4ecb9d4
commit fc5b4f1ce7
2 changed files with 1 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
run: | run: |
cd ui cd ui
flutter pub get flutter pub get
flutter build web --no-web-resources-cdn --web-renderer html flutter build web --no-web-resources-cdn
- -
name: Set up Go name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5

1
.gitignore vendored
View File

@@ -11,7 +11,6 @@ config.yml
.idea/ .idea/
.DS_Store .DS_Store
*.db *.db
data/
ui/node_modules/ ui/node_modules/
ui/dist/ ui/dist/