diff --git a/src/.prettierrc b/src/.prettierrc index 6d99d39..2c73bfa 100644 --- a/src/.prettierrc +++ b/src/.prettierrc @@ -24,12 +24,6 @@ "options": { "printWidth": 600 } - }, - { - "files": "Cross.svelte", - "options": { - "printWidth": 50 - } } ] } \ No newline at end of file diff --git a/src/App.svelte b/src/App.svelte index 0d97383..05d5b52 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -33,8 +33,8 @@ //****************************************************variable section**********************************************************/ //******************************************************************************************************************************/ - let myip = document.location.hostname; - //let myip = "192.168.88.235"; + //let myip = document.location.hostname; + let myip = "192.168.88.235"; //Flags let showInput = false; diff --git a/src/components/Card.svelte b/src/components/Card.svelte index 01a525c..7c36e16 100644 --- a/src/components/Card.svelte +++ b/src/components/Card.svelte @@ -1,10 +1,22 @@
Название сервера
diff --git a/src/svg/Cross.svelte b/src/svg/Cross.svelte index ea0fda3..8480c29 100644 --- a/src/svg/Cross.svelte +++ b/src/svg/Cross.svelte @@ -2,14 +2,6 @@ export let click = () => {}; -