aboutsummaryrefslogtreecommitdiffstats
path: root/ace
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-02-10 18:19:14 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-13 06:59:44 +0530
commit7584d2d7a7110aef0331ebfa178b2295842c59fa (patch)
tree900cd71237e6231b57936fcce77ff229cd459041 /ace
parentupgrade recipes submodule (diff)
downloadferdium-server-7584d2d7a7110aef0331ebfa178b2295842c59fa.tar.gz
ferdium-server-7584d2d7a7110aef0331ebfa178b2295842c59fa.tar.zst
ferdium-server-7584d2d7a7110aef0331ebfa178b2295842c59fa.zip
refactor: project maintenance
- work in progress
Diffstat (limited to 'ace')
-rw-r--r--ace16
1 files changed, 0 insertions, 16 deletions
diff --git a/ace b/ace
deleted file mode 100644
index c175031..0000000
--- a/ace
+++ /dev/null
@@ -1,16 +0,0 @@
1/*
2|--------------------------------------------------------------------------
3| Ace Commands
4|--------------------------------------------------------------------------
5|
6| This file is the entry point for running ace commands.
7|
8*/
9
10require('reflect-metadata')
11require('source-map-support').install({ handleUncaughtExceptions: false })
12
13const { Ignitor } = require('@adonisjs/core/build/standalone')
14new Ignitor(__dirname)
15 .ace()
16 .handle(process.argv.slice(2))