Skip to content

Remove @astrojs/node package from dependencies #44

@babblebey

Description

@babblebey

The @astrojs/node package, which was previously used as an SSR adapter for the project, has been replaced by @astrojs/vercel. To clean up the project dependencies, we should remove the @astrojs/node package from the project.

Steps:

  1. Remove the @astrojs/node package from the dependencies in the package.json file.
  2. Run the npm install command to update the package-lock.json file and remove the @astrojs/node package.

Expected Behavior:

  • The @astrojs/node package should be removed from the project dependencies.
  • The project should still build and run correctly after removing the @astrojs/node package.

Additional Information:

  • This change is necessary to clean up the project dependencies and ensure that only the required packages are included in the project.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions