mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-07 15:15:49 +08:00
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"workspaces": {
|
|
"backend": {
|
|
"entry": "src/server.ts",
|
|
"project": "src/**/*.ts"
|
|
},
|
|
"frontend": {
|
|
"entry": "src/ts/index.ts",
|
|
"project": "src/ts/**/*.ts"
|
|
},
|
|
"packages/*": {
|
|
"entry": "src/index.ts",
|
|
"project": "src/**/*.ts"
|
|
}
|
|
}
|
|
}
|