Skip to content

Commit

Permalink
Removed getStaticDirectory()
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh316 committed Nov 25, 2022
1 parent cfaca3f commit 1d30386
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions packages/kit/src/core/adapt/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ export function create_builder({ config, build_data, routes, prerendered, log })
return `${config.kit.outDir}/output/server`;
},

getStaticDirectory() {
return config.kit.files.assets;
},

getAppPath() {
return build_data.app_path;
},
Expand Down
1 change: 0 additions & 1 deletion packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export interface Builder {
getBuildDirectory(name: string): string;
getClientDirectory(): string;
getServerDirectory(): string;
getStaticDirectory(): string;
/** The application path including any configured base path */
getAppPath(): string;

Expand Down

0 comments on commit 1d30386

Please sign in to comment.