add install base
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
import './config/index.ts'
|
||||
import './shop-install/index.ts'
|
||||
import { app } from '../app.ts';
|
||||
import './config/index.ts';
|
||||
import './shop-install/index.ts';
|
||||
|
||||
app
|
||||
.route({
|
||||
path: 'auth',
|
||||
id: 'auth',
|
||||
})
|
||||
.define(async (ctx) => {
|
||||
//
|
||||
})
|
||||
.addTo(app);
|
||||
|
||||
Reference in New Issue
Block a user