Skip to content

Commit

Permalink
Remove all Node.js backend source files and dependencies
Browse files Browse the repository at this point in the history
Other changes:
- [npm] Rename `pack-*` scripts to `pack:*`
  • Loading branch information
m4heshd committed Apr 10, 2024
1 parent dffc37d commit 345e017
Show file tree
Hide file tree
Showing 12 changed files with 489 additions and 7,490 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ That's it. Now you're ready to go.

**To package the application for production,**

1. Run `npm run pack-win` or `npm run pack-linux` (packaging process is cross-platform compatible)
1. Run `npm run pack:win` or `npm run pack:linux` (packaging process is cross-platform compatible)

**To build and run the docker container,**

Expand Down
103 changes: 0 additions & 103 deletions pack.js

This file was deleted.

Loading

0 comments on commit 345e017

Please sign in to comment.