Skip to content

Commit

Permalink
routes, responsible config
Browse files Browse the repository at this point in the history
  • Loading branch information
arifayduran committed Dec 9, 2024
1 parent c50e7ac commit fa0c283
Show file tree
Hide file tree
Showing 33 changed files with 1,371 additions and 182 deletions.
25 changes: 25 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
// 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": [
{
"name": "arifayduran_dev",
"request": "launch",
"type": "dart"
},
{
"name": "arifayduran_dev (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "arifayduran_dev (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}
3 changes: 0 additions & 3 deletions devtools_options.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"source": "/projects",
"destination": "/index.html"
},
{
"source": "/placeholder",
"destination": "/index.html"
},
{
"source": "**",
"destination": "/index.html"
Expand Down
Loading

0 comments on commit fa0c283

Please sign in to comment.