summaryrefslogtreecommitdiff
path: root/examples/non-html-pages/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-04[ci] formatGravatar bluwy 1-4/+6
2023-09-04Update examples & uppercase endpoints & fix response (#8391)Gravatar 李瑞丰 1-7/+5
Co-authored-by: liruifeng <liruifeng@troila.com>
2022-10-12Run astro check on all examples in CI (#5022)Gravatar Erika 1-3/+5
* Run astro check on all examples in CI * Output stderr * Build Astro before running checks * Making things faster + colors * Fix errors inside examples * Add congrats message * Revert unentional change to tsconfigs * Remove more unneeded changes
2022-08-08Add Astro.generator (#4012)Gravatar Nate Moore 1-0/+1
* feat: add generator property and component * chore: remove `Generator` component * chore: update generator description * chore: include generator in examples * chore: update lockfile * chore: format * fix: do not reference core from server runtime * chore: remove component test Co-authored-by: Nate Moore <nate@astro.build>
2022-08-06[ci] formatGravatar FredKSchott 1-1/+1
2022-08-05Move types to a .d.ts file inside examples projects (#4171)Gravatar Erika 1-0/+1
* Move types to a .d.ts file to avoid making types explicit * Rename to proper types * Move to proper place * Add noEmit to tsconfig.json * Add back removed code by accident
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 1-2/+3
2022-04-03chore: updated examples to v0.26.0 (#2977)Gravatar Juan Martín Seery 1-1/+1
* New script behavior * Astro.request * Reverted `deno` to `node` * Updated subpath
2022-02-25get new example working during buildGravatar Fred K. Schott 3-15/+20
2022-02-25[ci] yarn formatGravatar FredKSchott 1-7/+6
2022-02-25Add Non-HTML Pages example (#2637)Gravatar Joel Kuzmarski 2-0/+25
* Add Non-HTML Pages example * Rename dir non-html-example to non-html-pages * Update name to non-html-pages in package.json