You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using dev container on MacOS will result in the following deprecation warning:
root ➜ /app (dev) $ pnpm build-prisma
> [email protected] build-prisma /app
> prisma-import -s "src/**/*.prisma" -o prisma/schema.prisma --force && prisma-case-format --file prisma/schema.prisma && prisma generate
(node:684) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:700) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
✨ Done.
The text was updated successfully, but these errors were encountered:
Using dev container on MacOS will result in the following deprecation warning:
The text was updated successfully, but these errors were encountered: