diff --git a/ponyracer/package.json b/ponyracer/package.json index 9bccd16..c0ee4d5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -6,7 +6,8 @@ "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", - "test": "ng test" + "test": "ng test", + "serve:ssr:ponyracer": "node dist/ponyracer/server/server.mjs" }, "private": true, "dependencies": { @@ -19,15 +20,15 @@ "@angular/platform-browser-dynamic": "^17.0.0", "@angular/platform-server": "^17.0.0", "@angular/router": "^17.0.0", - "@angular/ssr": "^17.0.0", + "@angular/ssr": "^17.0.1", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0", - "@angular/cli": "^17.0.0", + "@angular-devkit/build-angular": "^17.0.1", + "@angular/cli": "^17.0.1", "@angular/compiler-cli": "^17.0.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0", diff --git a/ponyracer/src/app/app.component.html b/ponyracer/src/app/app.component.html index 390d3bf..1b7f2c3 100644 --- a/ponyracer/src/app/app.component.html +++ b/ponyracer/src/app/app.component.html @@ -227,7 +227,7 @@
Congratulations! Your app is running. 🎉
- +