Skip to content

Commit

Permalink
remove codegen folder
Browse files Browse the repository at this point in the history
pyramation committed Oct 8, 2024
1 parent ce3af32 commit b95cd5e
Showing 359 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/hyperwebjs/scripts/codegen.ts
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import { join } from 'path';
import { rimrafSync as rimraf } from 'rimraf';

const protoDirs = [join(__dirname, '../jsd/proto'), join(__dirname, '../cosmos-sdk/proto'), join(__dirname, '../proto')];
const outPath = join(__dirname, '../src/codegen');
const outPath = join(__dirname, '../src');
rimraf(outPath);

export const options: TelescopeInput = {
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 0 additions & 26 deletions packages/hyperwebjs/src/codegen/index.ts

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b95cd5e

Please sign in to comment.