Skip to content
generated from atinux/atidone

A minimal repo to reproduce an issue of Nitro running out of memory when importing data for seeding.

License

Notifications You must be signed in to change notification settings

miguelrk/nuxt-todos-edge

Repository files navigation

Nuxt Todo List on the Edge

A minimal repo to reproduce an issue of Nitro running out of memory when importing data for seeding. Refer to this discord thread for more information.

Steps to reproduce

  1. Clone this repo
  2. Run npm install
  3. Run npm run dev
  4. Run npm run db:generate
  5. Visit http://localhost:3000, open Nuxt DevTools and run Server Tasks > db:seed task.

Step 5 above will throw an error in the terminal since Nitro cannot find the module imported dynamically in server/tasks/db/seed.ts, when running at .nuxt/dev/.

About

A minimal repo to reproduce an issue of Nitro running out of memory when importing data for seeding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published