-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
amiabl-programr/jargons.dev
#1Labels
↘️ low priorityThis issue is nice to fixThis issue is nice to fixgood first issueGood for newcomersGood for newcomers
Description
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:
- Remove the
@astrojs/nodepackage from the dependencies in thepackage.jsonfile. - Run the
npm installcommand to update thepackage-lock.jsonfile and remove the@astrojs/nodepackage.
Expected Behavior:
- The
@astrojs/nodepackage should be removed from the project dependencies. - The project should still build and run correctly after removing the
@astrojs/nodepackage.
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
Assignees
Labels
↘️ low priorityThis issue is nice to fixThis issue is nice to fixgood first issueGood for newcomersGood for newcomers