aboutsummaryrefslogtreecommitdiffstats
path: root/ace
diff options
context:
space:
mode:
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))