Skip to content
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9eb2754
fix(package.json): :bug: prevent using localStorage
ntvthuyen Oct 25, 2025
8158e95
Update package.json
ntvthuyen Oct 26, 2025
d096d07
Update package.json
ntvthuyen Oct 26, 2025
deb013c
Update .nvmrc
ntvthuyen Oct 26, 2025
dfa9c41
Merge pull request #1 from ntvthuyen/patch-2
ntvthuyen Oct 26, 2025
98b6707
Update .nvmrc
ntvthuyen Oct 26, 2025
608f257
Update package.json
ntvthuyen Oct 26, 2025
f3ad2d7
Update package.json
ntvthuyen Oct 26, 2025
95ad472
Update package.json
ntvthuyen Oct 26, 2025
87edf8f
Update pnpm-lock.yaml
ntvthuyen Oct 26, 2025
278d554
Update package.json
ntvthuyen Oct 26, 2025
a3272c3
Update pnpm-lock.yaml
ntvthuyen Oct 27, 2025
274544e
Update package.json
ntvthuyen Oct 27, 2025
1e8f1e4
Update pnpm-lock.yaml
ntvthuyen Oct 27, 2025
5994fbd
Update package.json
ntvthuyen Oct 27, 2025
28c57bc
Update .nvmrc
ntvthuyen Oct 27, 2025
30a8a9a
fix: nodejs and package missmatch
ntvthuyen Oct 27, 2025
c08c6ef
Merge branch 'patch-1' of https://github.com/ntvthuyen/urara into pat…
ntvthuyen Oct 27, 2025
ace2670
fix: nodejs and pnpm version mismatch
ntvthuyen Oct 27, 2025
5f9d8ee
Downgrade pnpm
ntvthuyen Oct 27, 2025
1da17cc
Revert "fix(package.json): :bug: prevent using localStorage"
ntvthuyen Oct 27, 2025
a9811cf
Update package.json
ntvthuyen Oct 27, 2025
1265a47
Revert "fix(package.json): 🐛 prevent using localStorage" in pnpm-loc…
ntvthuyen Oct 27, 2025
effa505
Update .nvmrc
ntvthuyen Oct 27, 2025
9c93d73
Revert package.json devDependencies version
ntvthuyen Oct 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"clean": "node urara.js clean",
"dev": "run-s tsc \"dev:parallel {@} \" --",
"dev:parallel": "run-p -r tsc:watch urara:watch \"kit:dev {@} \" --",
"kit:build": "cross-env NODE_OPTIONS=--max_old_space_size=7680 vite build",
"kit:dev": "cross-env NODE_OPTIONS=--max_old_space_size=7680 vite dev",
"kit:build": "cross-env NODE_OPTIONS=\"--max_old_space_size=7680 --no-webstorage\" vite build",
"kit:dev": "cross-env NODE_OPTIONS=--\"max_old_space_size=7680 --no-webstorage\" vite dev",
"lint": "eslint --flag unstable_ts_config .",
"lint:fix": "eslint --flag unstable_ts_config . --fix",
"preview": "vite preview",
Expand Down