little things
This commit is contained in:
parent
e54a1f44d0
commit
0683a4f877
|
|
@ -1,3 +0,0 @@
|
||||||
export default function (): string {
|
|
||||||
return "Hello, world!"
|
|
||||||
}
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
},
|
},
|
||||||
"alias": {
|
"alias": {
|
||||||
"@utils": "./src/utils.tsx",
|
"@utils": "./src/utils.tsx",
|
||||||
|
"@config": "./src/config.ts",
|
||||||
"@/*": "./src/*"
|
"@/*": "./src/*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ export function apps(): string[] {
|
||||||
for (const entry of readdirSync(NOSE_USR_WWW))
|
for (const entry of readdirSync(NOSE_USR_WWW))
|
||||||
apps.push(entry.replace(/\.tsx?/, ""))
|
apps.push(entry.replace(/\.tsx?/, ""))
|
||||||
|
|
||||||
return apps
|
return apps.sort()
|
||||||
}
|
}
|
||||||
|
|
||||||
async function findApp(name: string): Promise<App | undefined> {
|
async function findApp(name: string): Promise<App | undefined> {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user