Adds a tutorial project under nx-dev The tutorials are run in browser and can be accessed here: [/tutorials](https://nx-dev-git-nx-dev-tutorialkit-nrwl.vercel.app/tutorials) The tutorials include: - TypeScript Packages - React Monorepo - Angular Monorepo In the future, we will link directly from the sidebar to the in-browser tutorials.
4 lines
136 B
TypeScript
4 lines
136 B
TypeScript
/// <reference path="../.astro/types.d.ts" />
|
|
/// <reference types="@tutorialkit/astro/types" />
|
|
/// <reference types="astro/client" />
|