Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 4, 2025
1 parent 8b84215 commit 96ecac6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/presets/firebase/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ export interface AppHostingOutputBundleConfig {
frameworkVersion?: string;
};

// Optional outputFiles for frameworks to let us know where their outputFiles are and optimize server files + static assets.
// Optional outputFiles for frameworks to optimize server files + static assets.
outputFiles?: {
/** serverApp holds a list of directories + files relative to the app root dir that frameworks need to deploy to the App Hosting server,
generally this will be the output/dist directory e.g. ./.output or ./dist, In the case that the framework wants to include all files they can use [“.”] */
/** serverApp holds a list of directories + files relative to the app root dir that frameworks need to deploy to the App Hosting server. */
serverApp: {
include: string[];
};
Expand Down

0 comments on commit 96ecac6

Please sign in to comment.