typebot.io/nx.json
Baptiste Arnaud 9f8df7f3ea
🔧 Remove NX Cloud ID
2026-03-20 16:36:37 +01:00

32 lines
557 B
JSON

{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"tui": {
"enabled": false
},
"plugins": [
{
"plugin": "@nx/js/typescript"
},
{
"plugin": "@nx/next/plugin"
},
{
"plugin": "@nx/vite/plugin"
}
],
"targetDefaults": {
"@nx/esbuild:esbuild": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["default", "^default"]
},
"@nx/vitest:test": {
"cache": true,
"inputs": ["default", "^default"]
},
"test": {
"dependsOn": ["^build"]
}
}
}