mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
Ignore client folder (#648)
This commit is contained in:
parent
88c162ba01
commit
fba645a30a
1
new-frontend/.prettierignore
Normal file
1
new-frontend/.prettierignore
Normal file
@ -0,0 +1 @@
|
||||
src/client/
|
||||
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"format": "prettier --write ./src/**/*.{ts,tsx,js,jsx,json,md}",
|
||||
"format": "prettier --write ./src/**/*.{ts,tsx,js,jsx,json,md} --ignore-path .prettierignore",
|
||||
"preview": "vite preview",
|
||||
"generate-client": "openapi --input ./openapi.json --useOptions --useUnionTypes --output ./src/client --client axios --exportSchemas true"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user