Skip to content

Commit

Permalink
Merge pull request #1829 from ardriveapp/PE-6655-assign-existing-name…
Browse files Browse the repository at this point in the history
…-and-undername-to-new-manifest

PE-6655: assign existing name and undername to new manifest
  • Loading branch information
thiagocarvalhodev authored Sep 9, 2024
2 parents a4cb802 + 6d8f56b commit bd1c205
Show file tree
Hide file tree
Showing 20 changed files with 36,860 additions and 361 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"name": "Flutter Debug - Web",
"request": "launch",
"type": "dart",
"args": ["--debug", "--dart-define", "environment=development"],
"program": "lib/main.dart"
"args": ["--debug", "--dart-define", "environment=development", "--web-port", "8080"],
"program": "lib/main.dart",
},
{
"name": "Flutter Profile",
Expand Down
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ analyzer:
- 'scripts/**'
- 'docs/**'
- 'drift_schemas/**'
- 'packages/ario_sdk/lib/src/models/**'
language:
strict-casts: false
strict-inference: false
Expand Down
Loading

0 comments on commit bd1c205

Please sign in to comment.