Skip to content

Commit

Permalink
frontend/ruby: remove depend
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 3, 2024
1 parent 4ce8275 commit 41ed6f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/binding/src/server/ruby/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ export default {
};

export default ({ extension } = {}) => (app, next) => {
//await depend(import.meta.filename, dependencies, `primate:${name}`);
//
app.bind(extension, async (directory, file) => {
const path = directory.join(file);
const base = path.directory;
Expand Down

0 comments on commit 41ed6f8

Please sign in to comment.