Skip to content

Commit 7ab8453

Browse files
committed
chore(async-rewriter2): add placeholder for build-time generated filec, import from src
1 parent f4bf9ba commit 7ab8453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell-api/scripts/api-postprocess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as babel from '@babel/core';
22
import type * as BabelTypes from '@babel/types';
33
import { promises as fs } from 'fs';
44
import path from 'path';
5-
import { signatures } from '../lib';
5+
import { signatures } from '../src';
66
import enUs from '../../i18n/src/locales/en_US';
77

88
function applyAsyncRewriterChanges() {

0 commit comments

Comments
 (0)