mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 12:16:40 +00:00
feat: tsq integration
Co-authored-by: Ivan <84693047+exact01@users.noreply.github.com>
This commit is contained in:
parent
777614a170
commit
1fa2ee092a
85 changed files with 1499 additions and 5456 deletions
|
|
@ -28,14 +28,17 @@ export default defineConfig({
|
|||
'@mantine/modals'
|
||||
],
|
||||
recharts: ['recharts'],
|
||||
dnd: ['@hello-pangea/dnd']
|
||||
dnd: ['@hello-pangea/dnd'],
|
||||
mantinetable: ['mantine-react-table'],
|
||||
tanstack: ['@tanstack/react-query', '@tanstack/react-table']
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
define: {
|
||||
__DOMAIN_BACKEND__: JSON.stringify(process.env.DOMAIN_BACKEND || 'example.com').trim(),
|
||||
__NODE_ENV__: JSON.stringify(process.env.NODE_ENV).trim()
|
||||
__NODE_ENV__: JSON.stringify(process.env.NODE_ENV).trim(),
|
||||
__DOMAIN_OVERRIDE__: JSON.stringify(process.env.DOMAIN_OVERRIDE || '0').trim()
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue