upgrade deps and fix nullables

This commit is contained in:
eggy
2023-05-23 16:31:52 -04:00
parent 304c9d6f36
commit 5976b6079a
5 changed files with 38 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ After hand-written HTML and a static site generator comes Nuxt!
Post-build instructions (while prerendering is bork)
- Compile `/script.ts` to `/script.js` (`tsc script.ts -m esnext -t esnext --moduleReslution node`)
- Compile `/script.ts` to `/script.js` (`tsc script.ts -m esnext -t esnext --moduleResolution node`)
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.