Skip to content

Commit c5d7911

Browse files
committed
chore(demo): migrate default server.ts to angular@19
1 parent 0d1759d commit c5d7911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { APP_BASE_HREF } from '@angular/common';
2-
import { CommonEngine } from '@angular/ssr';
2+
import { CommonEngine } from '@angular/ssr/node';
33
import express from 'express';
44
import { fileURLToPath } from 'node:url';
55
import { dirname, join, resolve } from 'node:path';

0 commit comments

Comments
 (0)