Merge pull request 'chore(package.json): update private property to false' (#7) from task/update-package-visibility into main
All checks were successful
CI/CD Pipeline / Quick Checks (push) Successful in 21s
CI/CD Pipeline / ESLint (push) Successful in 11s
CI/CD Pipeline / Test & Coverage (push) Successful in 11s
CI/CD Pipeline / Build Application (push) Successful in 27s

Reviewed-on: #7
This commit is contained in:
2025-05-27 12:39:52 +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",