mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:41:09 +02:00
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"name": "matrix",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"dev:web": "pnpm --filter @matrix/web dev",
|
|
"dev:mobile": "pnpm --filter @matrix/mobile dev"
|
|
}
|
|
}
|