We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
analyze()
1 parent f2fdc45 commit ff5a388Copy full SHA for ff5a388
src/index.ts
@@ -3,7 +3,6 @@ import execa from 'execa';
3
import { join } from 'path';
4
import { snakeCase } from 'snake-case';
5
import {
6
- AnalyzeOptions,
7
BuildOptions,
8
Env,
9
glob,
@@ -30,10 +29,6 @@ export const version = 3;
30
29
31
export { shouldServe };
32
33
-export function analyze({ files, entrypoint }: AnalyzeOptions) {
34
- return files[entrypoint].digest;
35
-}
36
-
37
export async function build({
38
workPath,
39
files,
0 commit comments