Skip to content

Commit

Permalink
build vagrant box with packer
Browse files Browse the repository at this point in the history
refactor: upload current git file-tree into vm

So we can actually use this to test the current deployment

refactor: set up `pnpm`

Motivation
----------
`pnpm` itself has a number of advantages, two are very relevant for our repository:
* De-duplication of node modules
* Run commands across packages

This will also setup `dotenvx` to read .env files (for unique port numbers).

It will also make local development with `docker compose` obsolete for our nodejs projects.

How to test
-----------
1. `pnpm install`
2. `pnpm run -r dev`

commits:
  * fix unique ports and environments
  * fix: extraneous import
  * remove obsolete `package-lock.json`
  * run `pnpm install`
  * run `corepack use pnpm@latest`
  • Loading branch information
roschaefer committed Jul 2, 2024
1 parent 5053f45 commit ea9d565
Show file tree
Hide file tree
Showing 19 changed files with 24,850 additions and 107,497 deletions.
5 changes: 4 additions & 1 deletion admin/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
PUBLIC_ENV__META__BASE_URL="http://localhost:3000"
PUBLIC_ENV__META__DEFAULT_AUTHOR="IT Team 4 Change"
PUBLIC_ENV__META__DEFAULT_DESCRIPTION="IT4C Frontend Boilerplate"
PUBLIC_ENV__META__DEFAULT_TITLE="IT4C"
PUBLIC_ENV__META__DEFAULT_TITLE="IT4C"

PORT=3002
PORT_HMR=24680
Loading

0 comments on commit ea9d565

Please sign in to comment.