@h3ravel/console 11.0.4 → 11.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/bin/chunk-6Z5DP356.js +1 -0
  2. package/bin/lexer-DQCqS3nf-XQPNMZG6.js +4 -0
  3. package/bin/run.cjs +6 -6
  4. package/bin/run.js +6 -6
  5. package/dist/Commands/MigrateCommand.cjs +0 -2
  6. package/dist/Commands/MigrateCommand.js +1 -1
  7. package/dist/Commands/ServeCommand.cjs +2 -2
  8. package/dist/Commands/ServeCommand.js +1 -1
  9. package/dist/IO/app.cjs +28 -16
  10. package/dist/IO/app.js +7 -7
  11. package/dist/IO/providers.cjs +26 -5
  12. package/dist/IO/providers.js +6 -6
  13. package/dist/Kernel.cjs +2 -4
  14. package/dist/Kernel.js +4 -4
  15. package/dist/Musket.cjs +2 -4
  16. package/dist/Musket.js +3 -3
  17. package/dist/Providers/ConsoleServiceProvider.cjs +12 -4
  18. package/dist/Providers/ConsoleServiceProvider.js +5 -5
  19. package/dist/chunk-23QH5R54.js +27 -0
  20. package/dist/chunk-2O2AYFAG.js +63 -0
  21. package/dist/chunk-3ASEWMRX.js +37 -0
  22. package/dist/chunk-3RX6CLNR.js +32 -0
  23. package/dist/chunk-3VCNSA6P.js +14 -0
  24. package/dist/chunk-3WHUADTN.js +6 -0
  25. package/dist/chunk-6OCHCPBP.js +36 -0
  26. package/dist/chunk-6OIH6FS4.js +32 -0
  27. package/dist/chunk-7EWRZPTX.js +63 -0
  28. package/dist/chunk-7PUQ5ZIN.js +6 -0
  29. package/dist/chunk-A5AONVOH.js +6 -0
  30. package/dist/chunk-ADIVRUAJ.js +27 -0
  31. package/dist/chunk-CCEWV2BR.js +39 -0
  32. package/dist/chunk-DXQTBFGG.js +31 -0
  33. package/dist/chunk-E4SSLXFT.js +63 -0
  34. package/dist/chunk-E5XIGIEX.js +14 -0
  35. package/dist/chunk-EIOQKTRM.js +104 -0
  36. package/dist/chunk-G4OE26TZ.js +33 -0
  37. package/dist/chunk-GVGO5OAK.js +8 -0
  38. package/dist/chunk-GXRCTWKL.js +16 -0
  39. package/dist/chunk-HVKW7JK4.js +8 -0
  40. package/dist/chunk-JXL4VJHZ.js +36 -0
  41. package/dist/chunk-K3GOQSS3.js +6 -0
  42. package/dist/chunk-KCJKQP37.js +133 -0
  43. package/dist/chunk-KZA3MC77.js +151 -0
  44. package/dist/chunk-LLL3V7LB.js +6 -0
  45. package/dist/chunk-LQ6DL2HS.js +68 -0
  46. package/dist/chunk-M4ZRDJJ2.js +68 -0
  47. package/dist/chunk-MAQAT3PU.js +32 -0
  48. package/dist/chunk-MPXPSSLJ.js +133 -0
  49. package/dist/chunk-NFRXMBRP.js +24 -0
  50. package/dist/chunk-NVPKTRMT.js +7 -0
  51. package/dist/chunk-ORPRWIQ2.js +33 -0
  52. package/dist/chunk-P7M5PEDY.js +18 -0
  53. package/dist/chunk-PBNCVQZC.js +6 -0
  54. package/dist/chunk-PYSJMSNM.js +27 -0
  55. package/dist/chunk-Q3OMG6YH.js +186 -0
  56. package/dist/chunk-QCNBVSFO.js +68 -0
  57. package/dist/chunk-QMEO4OUR.js +151 -0
  58. package/dist/chunk-QSQNELZQ.js +83 -0
  59. package/dist/chunk-RRP7K5LI.js +36 -0
  60. package/dist/chunk-T6OOKENF.js +6 -0
  61. package/dist/chunk-TBDROT3I.js +6356 -0
  62. package/dist/chunk-TH2RWMWA.js +133 -0
  63. package/dist/chunk-TJZCDDEV.js +36 -0
  64. package/dist/chunk-U6TOLKGJ.js +22 -0
  65. package/dist/chunk-UWCTG2LX.js +24 -0
  66. package/dist/chunk-WO2BXMBQ.js +6 -0
  67. package/dist/chunk-XAWZUZVP.js +32 -0
  68. package/dist/chunk-XCOSZXAE.js +133 -0
  69. package/dist/chunk-XD2Q7LWE.js +24 -0
  70. package/dist/chunk-XUYTJO6X.js +104 -0
  71. package/dist/chunk-YAYU7VOK.js +8 -0
  72. package/dist/chunk-YRUCICBV.js +24 -0
  73. package/dist/chunk-Z5XE72Q5.js +68 -0
  74. package/dist/chunk-ZTIO25VB.js +8 -0
  75. package/dist/index.cjs +29 -18
  76. package/dist/index.js +8 -8
  77. package/dist/lexer-DQCqS3nf-6W2BHF4T.js +68 -0
  78. package/dist/run.cjs +29 -18
  79. package/dist/run.js +8 -8
  80. package/package.json +13 -6
@@ -0,0 +1,33 @@
1
+ import {
2
+ providers_default
3
+ } from "./chunk-P7M5PEDY.js";
4
+ import {
5
+ __name
6
+ } from "./chunk-SHUYVCID.js";
7
+
8
+ // src/IO/app.ts
9
+ import { Application } from "@h3ravel/core";
10
+ import { EventEmitter } from "events";
11
+ var app_default = class {
12
+ static {
13
+ __name(this, "default");
14
+ }
15
+ async bootstrap() {
16
+ const app = new Application(process.cwd());
17
+ app.registerProviders(providers_default);
18
+ await app.registerConfiguredProviders();
19
+ dd("app");
20
+ await app.boot();
21
+ new EventEmitter().once("SIGINT", () => process.exit(0));
22
+ process.on("SIGINT", () => {
23
+ process.exit(0);
24
+ });
25
+ process.on("SIGTERM", () => {
26
+ process.exit(0);
27
+ });
28
+ }
29
+ };
30
+
31
+ export {
32
+ app_default
33
+ };
@@ -0,0 +1,8 @@
1
+ import {
2
+ app_default
3
+ } from "./chunk-TJZCDDEV.js";
4
+
5
+ // src/run.ts
6
+ import { EventEmitter } from "events";
7
+ new app_default().bootstrap();
8
+ new EventEmitter().once("SIGINT", () => process.exit(0));
@@ -0,0 +1,16 @@
1
+ import {
2
+ ConsoleServiceProvider
3
+ } from "./chunk-U6TOLKGJ.js";
4
+
5
+ // src/IO/providers.ts
6
+ import { ConfigServiceProvider } from "@h3ravel/config";
7
+ import { DatabaseServiceProvider } from "@h3ravel/database";
8
+ var providers_default = [
9
+ ConfigServiceProvider,
10
+ DatabaseServiceProvider,
11
+ ConsoleServiceProvider
12
+ ];
13
+
14
+ export {
15
+ providers_default
16
+ };
@@ -0,0 +1,8 @@
1
+ import {
2
+ app_default
3
+ } from "./chunk-JXL4VJHZ.js";
4
+
5
+ // src/run.ts
6
+ import { EventEmitter } from "events";
7
+ new app_default().bootstrap();
8
+ new EventEmitter().once("SIGINT", () => process.exit(0));
@@ -0,0 +1,36 @@
1
+ import {
2
+ providers_default
3
+ } from "./chunk-P7M5PEDY.js";
4
+ import {
5
+ Kernel
6
+ } from "./chunk-M4ZRDJJ2.js";
7
+ import {
8
+ __name
9
+ } from "./chunk-SHUYVCID.js";
10
+
11
+ // src/IO/app.ts
12
+ import { Application } from "@h3ravel/core";
13
+ import { EventEmitter } from "events";
14
+ var app_default = class {
15
+ static {
16
+ __name(this, "default");
17
+ }
18
+ async bootstrap() {
19
+ const app = new Application(process.cwd());
20
+ app.registerProviders(providers_default);
21
+ await app.registerConfiguredProviders();
22
+ await app.boot();
23
+ new Kernel(app);
24
+ new EventEmitter().once("SIGINT", () => process.exit(0));
25
+ process.on("SIGINT", () => {
26
+ process.exit(0);
27
+ });
28
+ process.on("SIGTERM", () => {
29
+ process.exit(0);
30
+ });
31
+ }
32
+ };
33
+
34
+ export {
35
+ app_default
36
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ app_default
3
+ } from "./chunk-YRUCICBV.js";
4
+
5
+ // src/run.ts
6
+ new app_default().bootstrap();
@@ -0,0 +1,133 @@
1
+ import {
2
+ MigrateCommand
3
+ } from "./chunk-EIOQKTRM.js";
4
+ import {
5
+ ServeCommand
6
+ } from "./chunk-7EWRZPTX.js";
7
+ import {
8
+ Signature
9
+ } from "./chunk-3FVPHQCH.js";
10
+ import {
11
+ MakeCommand
12
+ } from "./chunk-PMV4TMFS.js";
13
+ import {
14
+ Utils
15
+ } from "./chunk-POF4JGTX.js";
16
+ import {
17
+ __name
18
+ } from "./chunk-SHUYVCID.js";
19
+
20
+ // src/Musket.ts
21
+ import chalk from "chalk";
22
+ import { program } from "commander";
23
+ var Musket = class _Musket {
24
+ static {
25
+ __name(this, "Musket");
26
+ }
27
+ app;
28
+ kernel;
29
+ output = Utils.output();
30
+ commands = [];
31
+ constructor(app, kernel) {
32
+ this.app = app;
33
+ this.kernel = kernel;
34
+ }
35
+ async build() {
36
+ this.loadBaseCommands();
37
+ await this.loadDiscoveredCommands();
38
+ return this.initialize();
39
+ }
40
+ loadBaseCommands() {
41
+ const commands = [
42
+ new ServeCommand(this.app, this.kernel),
43
+ new MakeCommand(this.app, this.kernel),
44
+ new MigrateCommand(this.app, this.kernel)
45
+ ];
46
+ commands.forEach((e) => this.addCommand(e));
47
+ }
48
+ async loadDiscoveredCommands() {
49
+ const commands = [];
50
+ commands.forEach((e) => this.addCommand(e));
51
+ }
52
+ addCommand(command) {
53
+ this.commands.push(Signature.parseSignature(command.getSignature(), command));
54
+ }
55
+ initialize() {
56
+ const cliVersion = [
57
+ "H3ravel Version:",
58
+ chalk.green(this.kernel.consolePackage.version)
59
+ ].join(" ");
60
+ const localVersion = [
61
+ "Musket Version:",
62
+ chalk.green(this.kernel.modulePackage.version || "None")
63
+ ].join(" ");
64
+ program.name("musket").version(`${cliVersion}
65
+ ${localVersion}`);
66
+ program.command("init").description("Initialize H3ravel.").action(async () => {
67
+ this.output.success(`Initialized: H3ravel has been initialized!`);
68
+ });
69
+ for (let i = 0; i < this.commands.length; i++) {
70
+ const command = this.commands[i];
71
+ const instance = command.commandClass;
72
+ if (command.isNamespaceCommand && command.subCommands) {
73
+ const cmd = command.isHidden ? program : program.command(command.baseCommand).description(command.description ?? "").action(async () => {
74
+ instance.setInput(cmd.opts(), cmd.args, cmd.registeredArguments, command);
75
+ await instance.handle();
76
+ });
77
+ if ((command.options?.length ?? 0) > 0) {
78
+ command.options?.filter((v, i2, a) => a.findIndex((t) => t.name === v.name) === i2).forEach((opt) => {
79
+ this.makeOption(opt, cmd);
80
+ });
81
+ }
82
+ command.subCommands.filter((v, i2, a) => !v.shared && a.findIndex((t) => t.name === v.name) === i2).forEach((sub) => {
83
+ const cmd2 = program.command(`${command.baseCommand}:${sub.name}`).description(sub.description || "").action(async () => {
84
+ instance.setInput(cmd2.opts(), cmd2.args, cmd2.registeredArguments, sub);
85
+ await instance.handle();
86
+ });
87
+ command.subCommands?.filter((e) => e.shared).forEach((opt) => {
88
+ this.makeOption(opt, cmd2, false, sub);
89
+ });
90
+ command.options?.filter((e) => e.shared).forEach((opt) => {
91
+ this.makeOption(opt, cmd2, false, sub);
92
+ });
93
+ if (sub.nestedOptions) {
94
+ sub.nestedOptions.filter((v, i2, a) => a.findIndex((t) => t.name === v.name) === i2).forEach((opt) => {
95
+ this.makeOption(opt, cmd2);
96
+ });
97
+ }
98
+ });
99
+ } else {
100
+ const cmd = program.command(command.baseCommand).description(command.description ?? "");
101
+ command?.options?.filter((v, i2, a) => a.findIndex((t) => t.name === v.name) === i2).forEach((opt) => {
102
+ this.makeOption(opt, cmd, true);
103
+ });
104
+ cmd.action(async () => {
105
+ instance.setInput(cmd.opts(), cmd.args, cmd.registeredArguments, command);
106
+ await instance.handle();
107
+ });
108
+ }
109
+ }
110
+ return program;
111
+ }
112
+ makeOption(opt, cmd, parse, parent) {
113
+ const description = opt.description?.replace(/\[(\w+)\]/g, (_, k) => parent?.[k] ?? `[${k}]`) ?? "";
114
+ const type = opt.name.replaceAll("-", "");
115
+ if (opt.isFlag) {
116
+ if (parse) {
117
+ const flags = opt.flags?.map((f) => f.length === 1 ? `-${f}` : `--${f}`).join(", ");
118
+ cmd.option(flags || "", description, String(opt.defaultValue) || void 0);
119
+ } else {
120
+ cmd.option(opt.flags?.join(", ") + (opt.required ? ` <${type}>` : ""), description, opt.defaultValue);
121
+ }
122
+ } else {
123
+ cmd.argument(opt.required ? `<${opt.name}>` : `[${opt.name}]`, description, opt.defaultValue);
124
+ }
125
+ }
126
+ static async parse(kernel) {
127
+ return (await new _Musket(kernel.app, kernel).build()).parseAsync();
128
+ }
129
+ };
130
+
131
+ export {
132
+ Musket
133
+ };
@@ -0,0 +1,151 @@
1
+ import {
2
+ TableGuesser,
3
+ Utils
4
+ } from "./chunk-Q3OMG6YH.js";
5
+ import {
6
+ Command
7
+ } from "./chunk-QSQNELZQ.js";
8
+ import {
9
+ __name
10
+ } from "./chunk-CCEWV2BR.js";
11
+
12
+ // src/Commands/MakeCommand.ts
13
+ import { readFile, writeFile } from "fs/promises";
14
+ import chalk from "chalk";
15
+ import dayjs from "dayjs";
16
+ import { existsSync } from "fs";
17
+ import nodepath from "path";
18
+ var MakeCommand = class extends Command {
19
+ static {
20
+ __name(this, "MakeCommand");
21
+ }
22
+ /**
23
+ * The name and signature of the console command.
24
+ *
25
+ * @var string
26
+ */
27
+ signature = `#make:
28
+ {controller : Generates a new controller class. | {--a|api : Generate an API resource controller} | {--force : Overide existing controller.} }
29
+ {resource : Generates a new API resource class.}
30
+ {migration : Generates a new database migration class. | {--l|type=ts : The file type to generate} | {--t|table : The table to migrate} | {--c|create : The table to be created} }
31
+ {factory : Generates a new database factory class.}
32
+ {seeder : Generates a new database seeder class.}
33
+ {model : Generates a new Arquebus model class. | {--t|type=ts : The file type to generate}}
34
+ {^name : The name of the [name] to generate}
35
+ `;
36
+ /**
37
+ * The console command description.
38
+ *
39
+ * @var string
40
+ */
41
+ description = "Generate component classes";
42
+ async handle() {
43
+ const command = this.dictionary.baseCommand;
44
+ const methods = {
45
+ controller: "makeController",
46
+ resource: "makeResource",
47
+ migration: "makeMigration",
48
+ factory: "makeFactory",
49
+ seeder: "makeSeeder",
50
+ model: "makeModel"
51
+ };
52
+ try {
53
+ await this?.[methods[command]]();
54
+ } catch (e) {
55
+ this.kernel.output.error(e);
56
+ }
57
+ }
58
+ /**
59
+ * Generate a new controller class.
60
+ */
61
+ async makeController() {
62
+ const type = this.option("api") ? "-resource" : "";
63
+ const name = this.argument("name");
64
+ const force = this.option("force");
65
+ const path = nodepath.join(app_path("Http/Controllers"), name + ".ts");
66
+ const dbPath = Utils.findModulePkg("@h3ravel/http", this.kernel.cwd) ?? "";
67
+ const stubPath = nodepath.join(dbPath, `dist/stubs/controller${type}.stub`);
68
+ if (!force && existsSync(path)) {
69
+ this.kernel.output.error(`ERORR: ${name} controller already exists`);
70
+ }
71
+ let stub = await readFile(stubPath, "utf-8");
72
+ stub = stub.replace(/{{ name }}/g, name);
73
+ await writeFile(path, stub);
74
+ this.kernel.output.split(`INFO: Controller Created`, chalk.gray(nodepath.basename(path)));
75
+ }
76
+ makeResource() {
77
+ this.kernel.output.success(`Resource support is not yet available`);
78
+ }
79
+ /**
80
+ * Generate a new database migration class
81
+ */
82
+ async makeMigration() {
83
+ const name = this.argument("name");
84
+ const datePrefix = dayjs().format("YYYY_MM_DD_HHmmss");
85
+ const path = nodepath.join(database_path("migrations"), `${datePrefix}_${name}.ts`);
86
+ const dbPath = Utils.findModulePkg("@h3ravel/database", this.kernel.cwd) ?? "";
87
+ let create = this.option("create", false);
88
+ let table = this.option("table");
89
+ if (!table && typeof create === "string") {
90
+ table = create;
91
+ create = true;
92
+ }
93
+ if (!table) {
94
+ const guessed = TableGuesser.guess(name);
95
+ table = guessed[0];
96
+ create = !!guessed[1];
97
+ }
98
+ const stubPath = nodepath.join(dbPath, this.getMigrationStubName(table, create));
99
+ let stub = await readFile(stubPath, "utf-8");
100
+ if (table !== null) {
101
+ stub = stub.replace(/DummyTable|{{\s*table\s*}}/g, table);
102
+ }
103
+ this.kernel.output.info("INFO: Creating Migration");
104
+ await this.kernel.ensureDirectoryExists(nodepath.dirname(path));
105
+ await writeFile(path, stub);
106
+ this.kernel.output.split(`INFO: Migration Created`, chalk.gray(nodepath.basename(path)));
107
+ }
108
+ makeFactory() {
109
+ this.kernel.output.success(`Factory support is not yet available`);
110
+ }
111
+ makeSeeder() {
112
+ this.kernel.output.success(`Seeder support is not yet available`);
113
+ }
114
+ /**
115
+ * Generate a new Arquebus model class
116
+ */
117
+ async makeModel() {
118
+ const type = this.option("type", "ts");
119
+ const name = this.argument("name");
120
+ const path = nodepath.join(app_path("Models"), name.toLowerCase() + "." + type);
121
+ const dbPath = Utils.findModulePkg("@h3ravel/database", this.kernel.cwd) ?? "";
122
+ const stubPath = nodepath.join(dbPath, `dist/stubs/model-${type}.stub`);
123
+ let stub = await readFile(stubPath, "utf-8");
124
+ stub = stub.replace(/{{ name }}/g, name);
125
+ await writeFile(path, stub);
126
+ this.kernel.output.split(`INFO: Model Created`, chalk.gray(nodepath.basename(path)));
127
+ }
128
+ /**
129
+ * Ge the database migration file name
130
+ *
131
+ * @param table
132
+ * @param create
133
+ * @param type
134
+ * @returns
135
+ */
136
+ getMigrationStubName(table, create = false, type = "ts") {
137
+ let stub;
138
+ if (!table) {
139
+ stub = `migration-${type}.stub`;
140
+ } else if (create) {
141
+ stub = `migration.create-${type}.stub`;
142
+ } else {
143
+ stub = `migration.update-${type}.stub`;
144
+ }
145
+ return "dist/stubs/" + stub;
146
+ }
147
+ };
148
+
149
+ export {
150
+ MakeCommand
151
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ app_default
3
+ } from "./chunk-3ASEWMRX.js";
4
+
5
+ // src/run.ts
6
+ new app_default().bootstrap();
@@ -0,0 +1,68 @@
1
+ import {
2
+ Musket
3
+ } from "./chunk-MPXPSSLJ.js";
4
+ import {
5
+ Utils
6
+ } from "./chunk-POF4JGTX.js";
7
+ import {
8
+ __name
9
+ } from "./chunk-SHUYVCID.js";
10
+
11
+ // src/Kernel.ts
12
+ import { mkdir } from "fs/promises";
13
+ import path from "path";
14
+ var Kernel = class _Kernel {
15
+ static {
16
+ __name(this, "Kernel");
17
+ }
18
+ app;
19
+ cwd;
20
+ output = Utils.output();
21
+ basePath = "";
22
+ modulePath;
23
+ consolePath;
24
+ modulePackage;
25
+ consolePackage;
26
+ constructor(app, basePath) {
27
+ this.app = app;
28
+ }
29
+ static init(app) {
30
+ const instance = new _Kernel(app);
31
+ Promise.all([
32
+ instance.loadRequirements()
33
+ ]).then(([e]) => e.run());
34
+ }
35
+ async run() {
36
+ await Musket.parse(this);
37
+ process.exit(0);
38
+ }
39
+ async ensureDirectoryExists(dir) {
40
+ await mkdir(dir, {
41
+ recursive: true
42
+ });
43
+ }
44
+ async loadRequirements() {
45
+ this.cwd = path.join(process.cwd(), this.basePath);
46
+ this.modulePath = Utils.findModulePkg("@h3ravel/core", this.cwd) ?? "";
47
+ this.consolePath = Utils.findModulePkg("@h3ravel/console", this.cwd) ?? "";
48
+ try {
49
+ this.modulePackage = await import(path.join(this.modulePath, "package.json"));
50
+ } catch {
51
+ this.modulePackage = {
52
+ version: "N/A"
53
+ };
54
+ }
55
+ try {
56
+ this.consolePackage = await import(path.join(this.consolePath, "package.json"));
57
+ } catch {
58
+ this.consolePackage = {
59
+ version: "N/A"
60
+ };
61
+ }
62
+ return this;
63
+ }
64
+ };
65
+
66
+ export {
67
+ Kernel
68
+ };
@@ -0,0 +1,68 @@
1
+ import {
2
+ Musket
3
+ } from "./chunk-XCOSZXAE.js";
4
+ import {
5
+ Utils
6
+ } from "./chunk-POF4JGTX.js";
7
+ import {
8
+ __name
9
+ } from "./chunk-SHUYVCID.js";
10
+
11
+ // src/Kernel.ts
12
+ import { mkdir } from "fs/promises";
13
+ import path from "path";
14
+ var Kernel = class _Kernel {
15
+ static {
16
+ __name(this, "Kernel");
17
+ }
18
+ app;
19
+ cwd;
20
+ output = Utils.output();
21
+ basePath = "";
22
+ modulePath;
23
+ consolePath;
24
+ modulePackage;
25
+ consolePackage;
26
+ constructor(app, basePath) {
27
+ this.app = app;
28
+ }
29
+ static init(app) {
30
+ const instance = new _Kernel(app);
31
+ Promise.all([
32
+ instance.loadRequirements()
33
+ ]).then(([e]) => e.run());
34
+ }
35
+ async run() {
36
+ await Musket.parse(this);
37
+ process.exit(0);
38
+ }
39
+ async ensureDirectoryExists(dir) {
40
+ await mkdir(dir, {
41
+ recursive: true
42
+ });
43
+ }
44
+ async loadRequirements() {
45
+ this.cwd = path.join(process.cwd(), this.basePath);
46
+ this.modulePath = Utils.findModulePkg("@h3ravel/core", this.cwd) ?? "";
47
+ this.consolePath = Utils.findModulePkg("@h3ravel/console", this.cwd) ?? "";
48
+ try {
49
+ this.modulePackage = await import(path.join(this.modulePath, "package.json"));
50
+ } catch {
51
+ this.modulePackage = {
52
+ version: "N/A"
53
+ };
54
+ }
55
+ try {
56
+ this.consolePackage = await import(path.join(this.consolePath, "package.json"));
57
+ } catch {
58
+ this.consolePackage = {
59
+ version: "N/A"
60
+ };
61
+ }
62
+ return this;
63
+ }
64
+ };
65
+
66
+ export {
67
+ Kernel
68
+ };
@@ -0,0 +1,32 @@
1
+ import {
2
+ providers_default
3
+ } from "./chunk-P7M5PEDY.js";
4
+ import {
5
+ __name
6
+ } from "./chunk-SHUYVCID.js";
7
+
8
+ // src/IO/app.ts
9
+ import { Application } from "@h3ravel/core";
10
+ import { EventEmitter } from "events";
11
+ var app_default = class {
12
+ static {
13
+ __name(this, "default");
14
+ }
15
+ async bootstrap() {
16
+ const app = new Application(process.cwd());
17
+ app.registerProviders(providers_default);
18
+ await app.registerConfiguredProviders();
19
+ await app.boot();
20
+ new EventEmitter().once("SIGINT", () => process.exit(0));
21
+ process.on("SIGINT", () => {
22
+ process.exit(0);
23
+ });
24
+ process.on("SIGTERM", () => {
25
+ process.exit(0);
26
+ });
27
+ }
28
+ };
29
+
30
+ export {
31
+ app_default
32
+ };