Fix typo and add latest uploads to index
This commit is contained in:
parent
41c2f92927
commit
00fa1fb164
7 changed files with 101 additions and 31 deletions
|
|
@ -48,7 +48,7 @@ async function exportStory(slug: string, options: { outputDir: string }) {
|
|||
} catch {
|
||||
/* Spawn Astro dev server */
|
||||
console.log("Starting Astro development server...");
|
||||
devServerProcess = exec("npm run dev");
|
||||
devServerProcess = exec("./node_modules/.bin/astro dev");
|
||||
await setTimeout(2000);
|
||||
try {
|
||||
await fetchRetry(healthcheckURL, { retries: 5, retryDelay: 2000 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue