Evo.External.App/turbo.json
vchikalkin 341d0d7219 apps/web: remove flowbite
root: add prettier-plugin-tailwindcss & dotenv
2023-11-07 11:14:10 +03:00

27 lines
489 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": [".env.*"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {
"dependsOn": ["^build"],
"cache": false,
"outputs": []
},
"lint:fix": {
"dependsOn": ["^build"],
"outputs": []
},
"dev": {
"cache": false,
"persistent": true
},
"clean": {
"cache": false
}
}
}