diff options
author | Frankie B <git@diskfloppy.me> | 2023-12-31 02:21:54 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-12-31 02:21:54 +0000 |
commit | 9d89e83f3816a7f1db8a6e57adb47750d0e0347c (patch) | |
tree | 0f550ccdbec7954850f8749a3893fb890b7a8b57 /.run/Development Server.run.xml | |
parent | e0f354f4d27d850a285cab263d097f6c072673cb (diff) |
Update dev server run config
Diffstat (limited to '.run/Development Server.run.xml')
-rw-r--r-- | .run/Development Server.run.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.run/Development Server.run.xml b/.run/Development Server.run.xml index 3efd1e1..eb6b77f 100644 --- a/.run/Development Server.run.xml +++ b/.run/Development Server.run.xml @@ -1,10 +1,5 @@ <component name="ProjectRunConfigurationManager"> <configuration default="false" name="Development Server" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/artisan" scriptParameters="serve"> - <CommandLine> - <PhpTestInterpreterSettings> - <option name="interpreterName" value="/usr/local/Cellar/php/8.2.8/bin/php" /> - </PhpTestInterpreterSettings> - </CommandLine> <method v="2" /> </configuration> -</component>
\ No newline at end of file +</component> |