-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Business Production Cookbook dashboard (production-cookbook/) #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,10 @@ | |
| "workspaces": ["backend"], | ||
| "scripts": { | ||
| "dev-backend": "npm run dev --prefix backend", | ||
| "dev": "npm run dev-backend" | ||
| "dev": "npm run dev-backend", | ||
| "dev:batchbook": "npm run dev --prefix production-cookbook", | ||
| "build:batchbook": "npm run build --prefix production-cookbook", | ||
| "preview:batchbook": "npm run preview --prefix production-cookbook" | ||
|
Comment on lines
+7
to
+9
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In a fresh checkout where contributors run the normal root install, these new root entrypoints don't have Batchbook's dependencies available because Useful? React with 👍 / 👎. |
||
| }, | ||
| "devDependencies": { | ||
| "concurrently": "latest" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| <!doctype html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <meta name="theme-color" content="#063969" /> | ||
| <meta name="description" content="Batchbook production management dashboard" /> | ||
| <link rel="icon" href="/favicon.svg" type="image/svg+xml" /> | ||
| <title>Batchbook — Production overview</title> | ||
| </head> | ||
| <body> | ||
| <div id="root"></div> | ||
| <script type="module" src="/src/main.jsx"></script> | ||
| </body> | ||
| </html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. Batchbook scripts won't run
🐞 Bug☼ ReliabilityAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools