frontend + ci
All checks were successful
deploy to production / deploy-frontend (push) Successful in 47s
All checks were successful
deploy to production / deploy-frontend (push) Successful in 47s
This commit is contained in:
8
frontend/jsconfig.json
Normal file
8
frontend/jsconfig.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
Reference in New Issue
Block a user