api/package.json
2024-05-13 17:58:03 -10:00

10 lines
183 B
JSON

{
"name": "lysand-api",
"private": true,
"workspaces": ["federation"],
"scripts": {
"lint": "bunx @biomejs/biome check .",
"build": "echo 'Not implemented :(' && exit 1"
}
}