Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
rename: nextjs to next
Browse files Browse the repository at this point in the history
  • Loading branch information
saeidex committed Oct 26, 2024
1 parent 938e4cc commit 94af7f4
Show file tree
Hide file tree
Showing 45 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json → apps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ubus/nextjs",
"name": "@ubus/next",
"version": "0.1.0",
"private": true,
"type": "module",
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"db:push": "turbo -F @ubus/db push",
"db:studio": "turbo -F @ubus/db studio",
"dev": "turbo watch dev",
"dev:next": "turbo watch dev -F @ubus/nextjs...",
"dev:next": "turbo watch dev -F @ubus/next...",
"dev:server": "turbo watch dev -F @ubus/server...",
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache",
Expand Down

0 comments on commit 94af7f4

Please sign in to comment.