Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot committed Mar 13, 2024
1 parent fb16acb commit 3cb678b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "roller-coaster",
"name": "@underoot/ruble-roller-coaster",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"data": "node ./scripts/read-data.js",
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build --base=/ruble-roller-coaster",
"preview": "vite preview"
},
"license": "MIT",
"author": "Aleksandr Shoronov <alexshoronov@gmail.com>",
"devDependencies": {
"@types/three": "^0.155.1",
"dbf-reader": "^1.0.3",
Expand Down

0 comments on commit 3cb678b

Please sign in to comment.