Refactoring

This commit is contained in:
2025-01-18 14:48:57 -06:00
parent 88b195c1d6
commit 313f4269c6
10 changed files with 17016 additions and 15321 deletions

View File

@@ -1,11 +1,6 @@
{
"name": "@noahspan/flying",
"version": "1.0.0",
"workspaces": [
"api",
"app",
"tests"
],
"scripts": {
"start": "concurrently 'npm run start:azure -w api' 'wait-on tcp:0.0.0.0:7071 && npm run dev -w app'",
"format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",