mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 10:23:15 +02:00
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
pnpm i
|
|
nx run-many --target=serve --projects=frontend,backend --parallel
|