Skip to content

Commit

Permalink
fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 28, 2024
1 parent 2a5795a commit 8fea35a
Show file tree
Hide file tree
Showing 6 changed files with 325 additions and 21 deletions.
Empty file added .github/workflows/frontend.yml
Empty file.
5 changes: 4 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
"format": "prettier --write .",
"gh-pages": "cross-env BACKEND_URL=https://backend.railways.ithundxr.dev && pnpm run build && npx gh-pages -d build"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
Expand All @@ -36,6 +37,8 @@
"type": "module",
"dependencies": {
"@types/three": "^0.168.0",
"cross-env": "^7.0.3",
"gh-pages": "^6.1.1",
"three": "^0.168.0",
"zod": "^3.23.8"
},
Expand Down
Loading

0 comments on commit 8fea35a

Please sign in to comment.