Описание изменений

This commit is contained in:
2025-03-06 21:31:29 +03:00
parent 3157ad0cd9
commit 765637f2d0
57 changed files with 6240 additions and 3695 deletions

View File

@@ -16,7 +16,7 @@ export default defineConfig({
],
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
'@': path.resolve(__dirname, 'src'),
buffer: 'buffer/',
},
},
@@ -42,7 +42,7 @@ export default defineConfig({
'/api': {
target: 'http://localhost:8000',
changeOrigin: true,
cookieDomainRewrite: 'localhost',
secure: false
}
},
},