chore(package.json): update private property to false #7

Merged
jleibl merged 1 commits from task/update-package-visibility into main 2025-05-27 12:39:53 +00:00

View File

@ -1,7 +1,7 @@
{
"name": "next-template-app-router",
"version": "0.1.0",
"private": true,
"private": false,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",