Skip to content

Commit

Permalink
PLEASE WOKR
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 7, 2024
1 parent 6be570c commit b759fa5
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 410 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "jest",
"build": "cd packages/react-frontend && npm run build",
"start": "cd packages/express-backend && npm start",
"start": "concurrently \"cd packages/express-backend && npm start\" \"cd packages/react-frontend && npm start\"",
"dev": "concurrently \"cd packages/express-backend && npm run dev\" \"cd packages/react-frontend && npm run dev\"",
"prettier": "npx prettier . --write",
"eslint": "npx eslint ."
Expand Down
383 changes: 0 additions & 383 deletions packages/express-backend/app.js

This file was deleted.

Loading

0 comments on commit b759fa5

Please sign in to comment.