Skip to content

Commit

Permalink
Remove codecs file from config
Browse files Browse the repository at this point in the history
  • Loading branch information
proudparrot2 committed Jul 16, 2024
1 parent 7ab1a9e commit cd31ab2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const config: Config = {
client: '/meteor/meteor.client.js',
worker: '/meteor/meteor.worker.js',
bundle: '/meteor/meteor.bundle.js',
codecs: '/meteor/meteor.codecs.js',
config: '/meteor/meteor.config.js'
}
}
Expand Down
1 change: 0 additions & 1 deletion src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export interface Config {
client: string
worker: string
bundle: string
codecs?: string
config: string
}
}
Expand Down

0 comments on commit cd31ab2

Please sign in to comment.