Initial commit: Flutter app + PHP/MySQL backend on Hostinger
Replaces Firebase with a self-hosted PHP/MySQL API served from winded.prymsolutions.com. Includes full backend (schema, auth, events, teams, brackets, suggestions, stats, media, file upload) and updated Flutter repositories and domain models. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"PowerShell($env:PATH = \"C:\\\\flutter\\\\bin;C:\\\\Users\\\\phili\\\\.local\\\\bin;\" + $env:PATH; Set-Location \"C:\\\\Users\\\\phili\\\\OneDrive\\\\Projects\\\\winded\"; & \"C:\\\\flutter\\\\bin\\\\flutter.bat\" analyze lib/ 2>&1)",
|
||||
"PowerShell($env:PATH = \"C:\\\\flutter\\\\bin;C:\\\\Users\\\\phili\\\\.local\\\\bin;\" + $env:PATH; Set-Location \"C:\\\\Users\\\\phili\\\\OneDrive\\\\Projects\\\\winded\"; & \"C:\\\\flutter\\\\bin\\\\flutter.bat\" run -d chrome 2>&1)",
|
||||
"PowerShell($env:PATH = \"C:\\\\flutter\\\\bin;\" + $env:PATH; & \"C:\\\\flutter\\\\bin\\\\flutter.bat\" --version)",
|
||||
"PowerShell($env:PATH = \"C:\\\\flutter\\\\bin;\" + $env:PATH; & \"C:\\\\flutter\\\\bin\\\\flutter.bat\" analyze lib/)",
|
||||
"PowerShell(flutter *)",
|
||||
"PowerShell(& \"C:\\\\flutter\\\\bin\\\\dart.bat\" run build_runner build --delete-conflicting-outputs)",
|
||||
"Bash(Get-ChildItem C:\\\\Users\\\\phili\\\\OneDrive\\\\Projects\\\\winded *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user