@nx/remix
Version:
15 lines (14 loc) • 374 B
JSON
{
"$schema": "https://json-schema.org/schema",
"$id": "NxRemixSetup",
"title": "",
"type": "object",
"description": "Generate initial files required for Remix to work within the workspace.",
"properties": {
"packageManager": {
"type": "string",
"description": "The package manager to setup for",
"enum": ["yarn", "npm", "pnpm"]
}
}
}