mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
perf!: hosting on firebase as static files
BREAKING CHANGE: not-found page is now Next.js default
This commit is contained in:
@@ -9,12 +9,13 @@
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"analyze": "ANALYZE=true next build",
|
||||
"start": "next start",
|
||||
"start": "npx serve@latest out",
|
||||
"deploy": "firebase deploy --project devtoysweb",
|
||||
"check": "pnpm typecheck && pnpm lint && pnpm format:check",
|
||||
"fix": "pnpm lint:fix && pnpm format:write",
|
||||
"lint": "next lint",
|
||||
"lint:fix": "next lint --fix",
|
||||
"preview": "next build && next start",
|
||||
"preview": "next build && npx serve@latest out",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"format:write": "pnpm format --write",
|
||||
"format:check": "pnpm format --check",
|
||||
|
||||
Reference in New Issue
Block a user