Skip to content

Commit

Permalink
chore(package): remove importmap specific infos
Browse files Browse the repository at this point in the history
Since we move away from assets server the custom importmap infios in package.json are not required anymore
  • Loading branch information
andypf authored Dec 18, 2024
1 parent 5d3d97b commit cca860d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
"start": "PORT=$APP_PORT NODE_ENV=development node esbuild.config.js --serve --watch",
"build": "NODE_ENV=production node esbuild.config.js"
},
"importmapExtras": {
"zustand/middleware": "4.3.7"
},
"appProps": {
"theme": {
"value": "theme-light",
Expand Down

0 comments on commit cca860d

Please sign in to comment.