mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 07:47:13 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
15
web/admin-spa/node_modules/jiti/lib/index.js
generated
vendored
15
web/admin-spa/node_modules/jiti/lib/index.js
generated
vendored
@@ -1,15 +0,0 @@
|
||||
function onError(err) {
|
||||
throw err; /* ↓ Check stack trace ↓ */
|
||||
}
|
||||
|
||||
module.exports = function jiti(filename, opts) {
|
||||
const jiti = require("../dist/jiti");
|
||||
|
||||
opts = { onError, ...opts };
|
||||
|
||||
if (!opts.transform) {
|
||||
opts.transform = require("../dist/babel");
|
||||
}
|
||||
|
||||
return jiti(filename, opts);
|
||||
};
|
||||
Reference in New Issue
Block a user