Skip to content

Commit

Permalink
fix: 16/12/2023 4:05
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomjerry12345 committed Dec 15, 2023
1 parent 142996c commit 594adaa
Show file tree
Hide file tree
Showing 4 changed files with 890 additions and 875 deletions.
24 changes: 9 additions & 15 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
// "configurations": [
// {
// "type": "chrome",
// "request": "launch",
// "name": "Launch Chrome against localhost",
// "url": "http://localhost:8080",
// "webRoot": "${workspaceFolder}"
// }
// ]
"configurations": [
{
"name": "perpustakaan-web",
"request": "launch",
"type": "dart"
"type": "dart",
"program": "lib/main.dart",
"args": [
"--web-renderer=html",
"--web-port", "8080"
],
},
{
"name": "perpustakaan-web (profile mode)",
Expand All @@ -30,5 +23,6 @@
"type": "dart",
"flutterMode": "release"
}
]
}
],
}

Loading

0 comments on commit 594adaa

Please sign in to comment.