Commit 7f0752c0 authored by malyusgun's avatar malyusgun
Browse files

remove env from index and change style from '-[]' to 'styles=""'

parent bebcb264
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
VITE_SUPABASE_URL=https://wrwwvdgppriodcdoyohp.supabase.co
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Indyd3d2ZGdwcHJpb2RjZG95b2hwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjM3OTc1NzQsImV4cCI6MjAzOTM3MzU3NH0.ttfp3RHEgJIwF8fC-iUx2BmfxB_T-NqNeQCxycMqCDs
VITE_SUPABASE_ACCESS_TOKEN=sbp_cc9798115cb71d087e9b6774a35ba5c6ab866c9f
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ dist
dist-ssr
coverage
*.local
.env

/cypress/videos/
/cypress/screenshots/
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@
      <excludeFolder url="file://$MODULE_DIR$/.tmp" />
      <excludeFolder url="file://$MODULE_DIR$/temp" />
      <excludeFolder url="file://$MODULE_DIR$/tmp" />
      <excludeFolder url="file://$MODULE_DIR$/.env" />
      <excludeFolder url="file://$MODULE_DIR$/.idea/codeStyles" />
      <excludeFolder url="file://$MODULE_DIR$/.idea/jsLinters" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
+3 −3
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ onMounted(() => {
    <Divider />
    <nav>
      <h3 class="text-xl">Menu</h3>
      <div class="ml-[58px] mt-4 -mb-2 select-none font-bold">
      <div style="margin-left: 58px" class="mt-4 -mb-2 select-none font-bold">
        <a v-if="route.path !== '/'" href="/"
          ><i class="pi pi-home text-gray-400 pr-2"></i>Главное меню</a
        >
Loading