File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,12 +49,15 @@ If you do not already have [EdgeDB](https://www.edgedb.com) installed on your ma
4949
5050If you want to run the example project, you have to git clone this repository and run the playground.
5151
52- As EdgeDB cannot run on web containers environment like Stackblitz or CodeSandbox, you must clone the project locally to run this playground.
52+ As EdgeDB cannot run on web containers environment like Stackblitz or CodeSandbox.
53+
54+ You must clone the project locally to run this playground:
5355
5456``` bash
5557git clone git@github.com:Tahul/nuxt-edgedb.git
5658cd nuxt-edgedb
5759pnpm install
60+ pnpm stub
5861cd playground && pnpm run dev
5962```
6063
Original file line number Diff line number Diff line change 2121 "prepack" : " nuxt-module-build build" ,
2222 "dev" : " nuxi dev playground" ,
2323 "dev:build" : " nuxi build playground" ,
24+ "stub" : " nuxt-module-build build --stub" ,
2425 "dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
2526 "release" : " npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
2627 "lint" : " eslint ." ,
4748 "nuxt" : " ^3.8.1" ,
4849 "vitest" : " ^0.34.6"
4950 }
50- }
51+ }
You can’t perform that action at this time.
0 commit comments