Skip to content

Commit

Permalink
feat: hello tailwindcss v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Jan 26, 2025
1 parent 41b4dc7 commit bc1d180
Show file tree
Hide file tree
Showing 43 changed files with 1,178 additions and 1,086 deletions.
2 changes: 2 additions & 0 deletions tools-nodejs/vighnesh153-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"start:functions-watch": "npm run --prefix functions build:watch",
"start:emulators": "npx firebase emulators:start --project demo-vighnesh153-app --import ./firebase-seed --export-on-exit ./firebase-seed",
"start": "npx conc --kill-others \"npm run start:functions-watch\" \"npm run start:emulators\"",
"predeploy": "npm run predeploy:hosting",
"deploy": "NODE_ENV=production npx firebase deploy --project vighnesh153-app",
"predeploy:hosting": "npm run --prefix website prebuild",
"deploy:hosting": "NODE_ENV=production npx firebase deploy --only hosting --project vighnesh153-app",
"deploy:functions": "npx firebase deploy --only functions --project vighnesh153-app"
},
Expand Down
Loading

0 comments on commit bc1d180

Please sign in to comment.