Fix GUI dev command on Windows

This commit is contained in:
venashial
2022-03-06 22:46:30 -08:00
parent 97ea31339c
commit d784a205b1
4 changed files with 120 additions and 3 deletions

8
.idea/prettier.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PrettierConfiguration">
<option name="myRunOnSave" value="true" />
<option name="myRunOnReformat" value="true" />
<option name="myFilesPattern" value="{**/*,*}.{js,ts,jsx,tsx,svelte}" />
</component>
</project>