Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "train-watcher",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.12.1",
|
||||
"scripts": {
|
||||
"dev:frontend": "pnpm --filter train-watcher-frontend dev",
|
||||
"build:frontend": "pnpm --filter train-watcher-frontend build",
|
||||
"lint:frontend": "pnpm --filter train-watcher-frontend lint",
|
||||
"typecheck:frontend": "pnpm --filter train-watcher-frontend typecheck"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user