Skip to content

Commit

Permalink
chore: Run production in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Dec 4, 2023
1 parent f8cf86f commit be4db09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrestling_scoreboard_client/.run/Production.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Production" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="additionalArgs" value="--dart-define=APP_ENVIRONMENT=production --dart-define=API_URL=&quot;https://server.wrestling-scoreboard.oberhauser.dev/api&quot; --dart-define=WEB_SOCKET_URL=&quot;wss://server.wrestling-scoreboard.oberhauser.dev/ws&quot;" />
<option name="additionalArgs" value="--release --dart-define=APP_ENVIRONMENT=production --dart-define=API_URL=&quot;https://server.wrestling-scoreboard.oberhauser.dev/api&quot; --dart-define=WEB_SOCKET_URL=&quot;wss://server.wrestling-scoreboard.oberhauser.dev/ws&quot;" />
<option name="filePath" value="$PROJECT_DIR$/lib/main.dart" />
<method v="2" />
</configuration>
Expand Down

0 comments on commit be4db09

Please sign in to comment.