mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -23,7 +23,7 @@ const subjects = {
|
||||
relativeDistPath: getRelativeDistPath(),
|
||||
cwd: process.cwd(),
|
||||
dir: path.dirname(url.fileURLToPath(import.meta.url)),
|
||||
resolvedPkg: path.resolve(getRootPath(), "package.json")
|
||||
resolvedPkg: path.resolve(getRootPath(), "package.json"),
|
||||
});
|
||||
},
|
||||
routes: async () => {
|
||||
@@ -32,7 +32,7 @@ const subjects = {
|
||||
const app = createApp({ connection: credentials });
|
||||
await app.build();
|
||||
showRoutes(app.server);
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
async function action(subject: string) {
|
||||
|
||||
Reference in New Issue
Block a user