Added transaction feature, fixed some mistakes
This commit is contained in:
@@ -11,6 +11,14 @@ export default defineConfig({
|
||||
vue(),
|
||||
tailwindcss(),
|
||||
],
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:8000',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
// Alias @ to the src directory
|
||||
|
||||
Reference in New Issue
Block a user