We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9058f commit b859abeCopy full SHA for b859abe
justfile
@@ -93,4 +93,8 @@ analyze-dart:
93
# run Flutter tests
94
[working-directory: 'app']
95
test-flutter *args='':
96
- flutter test {{args}}
+ flutter test
97
+
98
+# run backend server (at localhost)
99
+run-backend: init-db
100
+ cargo run --bin phnxserver
server/configuration/local.yaml
@@ -3,4 +3,5 @@
3
# SPDX-License-Identifier: AGPL-3.0-or-later
4
5
application:
6
+ domain: localhost
7
host: 127.0.0.1
0 commit comments