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 MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-02-10 18:19:14 -0700
commit0300c85c15088e3ff2756b344a0adbd3ca235fd3 (patch)
tree7828ae930c77ff18139076832ead32d03c6385e7 /ace
parentUpdate submodules [skip ci] (diff)
downloadferdium-server-0300c85c15088e3ff2756b344a0adbd3ca235fd3.tar.gz
ferdium-server-0300c85c15088e3ff2756b344a0adbd3ca235fd3.tar.zst
ferdium-server-0300c85c15088e3ff2756b344a0adbd3ca235fd3.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))