Projektstart
This commit is contained in:
1
backend/node_modules/avvio/test/fixtures/dummy.txt
generated
vendored
Normal file
1
backend/node_modules/avvio/test/fixtures/dummy.txt
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
hello, world!
|
||||
3
backend/node_modules/avvio/test/fixtures/esm.mjs
generated
vendored
Normal file
3
backend/node_modules/avvio/test/fixtures/esm.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export default async function (app) {
|
||||
app.loaded = true
|
||||
}
|
||||
5
backend/node_modules/avvio/test/fixtures/plugin-no-next.js
generated
vendored
Normal file
5
backend/node_modules/avvio/test/fixtures/plugin-no-next.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = function noNext (app, opts, next) {
|
||||
// no call to next
|
||||
}
|
||||
Reference in New Issue
Block a user