Skip to content

Commit

Permalink
Add simple server for angular CST
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuangwang committed Feb 21, 2024
1 parent 69a97df commit 8ef63c5
Show file tree
Hide file tree
Showing 8 changed files with 45,102 additions and 85 deletions.
472 changes: 390 additions & 82 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/@apphosting/adapter-angular/src/bin/build.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe("build commands", () => {
outputBaseDirectory: resolve(tmpDir, ".apphosting", "dist"),
outputDirectory: resolve(tmpDir, ".apphosting"),
serverFilePath: resolve(tmpDir, ".apphosting", "dist", "server", "server.mjs"),
needsServerGenerated: false,
};
});

Expand Down
1 change: 1 addition & 0 deletions packages/@apphosting/adapter-angular/src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface OutputPathOptions {
outputBaseDirectory: string;
serverFilePath: string;
browserDirectory: string;
needsServerGenerated: boolean;
}

// valid manifest schema
Expand Down
Loading

0 comments on commit 8ef63c5

Please sign in to comment.