mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-06 08:46:40 +10:00
wrangler deploy
This commit is contained in:
@@ -60,6 +60,7 @@ dependencies:
|
||||
gpx: ^2.3.0
|
||||
path_provider: ^2.1.5
|
||||
share_plus: ^12.0.1
|
||||
build_pipe: ^0.3.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -124,3 +125,16 @@ flutter_launcher_icons:
|
||||
#
|
||||
# For details regarding fonts from package dependencies,
|
||||
# see https://flutter.dev/to/font-from-package
|
||||
|
||||
build_pipe:
|
||||
workflows:
|
||||
default:
|
||||
clean_flutter: true # Optional: Cleans old build artifacts before running
|
||||
generate_log: true # Optional: Outputs a build log file for debugging
|
||||
platforms:
|
||||
web:
|
||||
build:
|
||||
build_command: flutter build web --release --pwa-strategy=none
|
||||
# Strongly recommended: disables the default service worker which often causes more cache headaches
|
||||
add_version_query_param: true
|
||||
# This is the key flag! It appends ?v=<your pubspec version> to bootstrap/JS files
|
||||
Reference in New Issue
Block a user