Skip to content

Conversation

nikgraf
Copy link
Collaborator

@nikgraf nikgraf commented Nov 26, 2024

  • Use paths and references to directly use the src files during development (requires bun for the server)
  • Improves vitest setup

@nikgraf nikgraf requested a review from cmwhited November 26, 2024 15:47
@nikgraf nikgraf self-assigned this Nov 26, 2024
Copy link
Collaborator

@cmwhited cmwhited left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should update the graph-framework-utils package.json exports and build script, yeah? I don't think I saw it in this changeset

{ "path": "packages/graph-framework-utils" },
{ "path": "packages/graph-framework-messages" },
{ "path": "packages/graph-framework-key" },
{ "path": "apps/events" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this reference?

"scripts": {
"dev": "vite --force",
"build": "tsc -b && vite build",
"build": "echo 'TODO'",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we not do the tsc -b && vite build?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currently it's broken. Mentioned it also here: #56

@nikgraf nikgraf merged commit 8d1ff5a into main Nov 26, 2024
1 check passed
@nikgraf nikgraf deleted the nik/build-setup branch November 28, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants