Skip to content

Commit

Permalink
Merge pull request #162 from subquery/fix/template-path
Browse files Browse the repository at this point in the history
update templates pathing
  • Loading branch information
bz888 authored Aug 23, 2023
2 parents cb7fe0a + 28566ba commit a450756
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common-cosmos/src/codegen/codegen-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {copySync} from 'fs-extra';
import {TELESCOPE_OPTS} from './constants';

const PROTO_INTERFACES_ROOT_DIR = 'src/types/proto-interfaces';
const PROTO_INTERFACE_TEMPLATE_PATH = path.resolve(__dirname, './templates/proto-interface.ts.ejs');
const PROTO_INTERFACE_TEMPLATE_PATH = path.resolve(__dirname, '../../templates/proto-interface.ts.ejs');
const TYPE_ROOT_DIR = 'src/types';

interface ProtobufRenderProps {
Expand Down

0 comments on commit a450756

Please sign in to comment.