Skip to content

Commit

Permalink
chore: dev turbo
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jan 19, 2024
1 parent 2b4923e commit f6dd31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepare": "pnpm exec simple-git-hooks && test -f .env || cp .env.template .env",
"start": "npm run dev",
"prebuild": "rimraf .next || exit 0",
"dev": "cross-env NODE_ENV=development next dev -p 2323",
"dev": "cross-env NODE_ENV=development next dev -p 2323 --turbo",
"analyze": "cross-env NODE_ENV=production ANALYZE=true BUNDLE_ANALYZE=browser next build",
"build": "cross-env NODE_ENV=production next build",
"build:ci": "cross-env NODE_ENV=production CI=true next build",
Expand Down

1 comment on commit f6dd31c

@vercel
Copy link

@vercel vercel bot commented on f6dd31c Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

springtide.vercel.app
innei.in
shiro-innei.vercel.app
shiro-git-main-innei.vercel.app

Please sign in to comment.