From ebe440af12299339c150188a454073e988e59af8 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 5 Aug 2024 16:53:47 +0300 Subject: [PATCH] env --- env/front.env.example | 3 ++- front/nuxt.config.ts | 1 + front/pages/table/index.vue | 6 ++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/env/front.env.example b/env/front.env.example index c67b7b1..2007927 100644 --- a/env/front.env.example +++ b/env/front.env.example @@ -1 +1,2 @@ -NUXT_PUBLIC_API_BASE='http://localhost:8000/api' \ No newline at end of file +NUXT_PUBLIC_API_BASE='http://localhost:8000/api' +NUXT_PUBLIC_TGBOT='svstech_inventory_bot' \ No newline at end of file diff --git a/front/nuxt.config.ts b/front/nuxt.config.ts index a0c264b..4cba855 100644 --- a/front/nuxt.config.ts +++ b/front/nuxt.config.ts @@ -11,6 +11,7 @@ export default defineNuxtConfig({ runtimeConfig: { public: { apiBase: '/api', + tgbot: '' }, }, }) \ No newline at end of file diff --git a/front/pages/table/index.vue b/front/pages/table/index.vue index 11c11c6..cb3533f 100644 --- a/front/pages/table/index.vue +++ b/front/pages/table/index.vue @@ -1,4 +1,6 @@ @@ -45,7 +47,7 @@ const testCallback = (user:any) => {

Проведенные инвентаризации

- +