mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
reorder examples
This commit is contained in:
@@ -11,10 +11,6 @@ export const examples = [
|
||||
path: 'github_api',
|
||||
entrypoint: 'github_api/index.js',
|
||||
},
|
||||
{
|
||||
path: 'ethers',
|
||||
entrypoint: 'ethers/block_by_timestamp.js',
|
||||
},
|
||||
{
|
||||
path: 'todos-preact',
|
||||
entrypoint: 'todos-preact/index.js',
|
||||
@@ -23,6 +19,10 @@ export const examples = [
|
||||
'todos-preact/app.js',
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'ethers',
|
||||
entrypoint: 'ethers/block_by_timestamp.js',
|
||||
},
|
||||
].map(e => ({...e, entrypoint: e.entrypoint ?? e.path}))
|
||||
|
||||
const files_list = examples
|
||||
|
||||
Reference in New Issue
Block a user