refactor: simplify yclients API integration and improve UI components
remove unused abonements API configuration and endpoints add escape key handler for drawer component implement text truncation for service descriptions sync swiper navigation between service tabs and content add static gym rental service to services list
This commit is contained in:
@@ -24,8 +24,6 @@ export default defineConfig({
|
||||
schema: {
|
||||
YCLIENTS_API_URL: envField.string({ context: 'server', access: 'public' }),
|
||||
YCLIENTS_TOKEN: envField.string({ context: 'server', access: 'secret' }),
|
||||
YCLIENTS_ABONEMENTS_API_URL: envField.string({ context: 'server', access: 'public' }),
|
||||
YCLIENTS_ABONEMENTS_TOKEN: envField.string({ context: 'server', access: 'secret' }),
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user