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