Skip to content

Commit

Permalink
#3 - Everything seems to work, build finishes & is installable but ca…
Browse files Browse the repository at this point in the history
…n't find index.html
  • Loading branch information
kristianbinau committed Sep 9, 2023
1 parent 8e5c8cf commit 822957e
Show file tree
Hide file tree
Showing 8 changed files with 397 additions and 255 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
"license": "MIT",
"author": "Kristian Binau",
"type": "module",
"bin": "./dist/server/entry.mjs",
"scripts": {
"astro": "astro",
"build": "node script/moveServiceWorker.js && astro build",
"dev": "node script/moveServiceWorker.js && astro dev",
"preview": "node script/moveServiceWorker.js && astro preview",
"start": "node script/moveServiceWorker.js && astro dev"
"start": "node script/moveServiceWorker.js && astro dev",
"package": "pkg package.json --output src-tauri/binaries/app && node script/moveBinary.js"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
Expand All @@ -38,6 +40,8 @@
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"dotenv": "^16.3.1",
"execa": "^8.0.1",
"pkg": "^5.8.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "0.5.3"
Expand Down
Loading

0 comments on commit 822957e

Please sign in to comment.