Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 12, 2024
1 parent 8bfe359 commit 7358c51
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion boilerplates/telescope-module/scripts/codegen.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const rimraf = require('rimraf').rimrafSync;
const { AMINO_MAP } = require('./aminos');

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

telescope({
Expand Down
11 changes: 0 additions & 11 deletions boilerplates/telescope-module/src/get.ts

This file was deleted.

11 changes: 0 additions & 11 deletions boilerplates/telescope-module/src/has.ts

This file was deleted.

3 changes: 0 additions & 3 deletions boilerplates/telescope-module/src/index.ts

This file was deleted.

16 changes: 0 additions & 16 deletions boilerplates/telescope-module/src/set.ts

This file was deleted.

0 comments on commit 7358c51

Please sign in to comment.