In src/tests/auth.test.ts test file, you use import import App from '@/app'. It would mention error, so you need to modify tsconfig.json. Should delete "src/tests" in exclude.
eslint have embeded prettier, I think needn't .prettierrc, can we delete this file?
Chrome download one new html file from /api-docs but new page when I want to watch the api instro in swagger-ui. So how to solve it?
Could you add some instructs in Makefile? Like watch docker (docker ps -a), delete container or open the docker-composer?
Motivation (새로운 기능 설명)
Here are 4 tips:
src/tests/auth.test.ts
test file, you use importimport App from '@/app'
. It would mention error, so you need to modifytsconfig.json
. Should delete"src/tests"
inexclude
..prettierrc
, can we delete this file?/api-docs
but new page when I want to watch the api instro in swagger-ui. So how to solve it?