Skip to content

Commit

Permalink
fix(pwa): attempt 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Aug 31, 2024
1 parent 8197208 commit 317ed21
Show file tree
Hide file tree
Showing 61 changed files with 17 additions and 5,734 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
.nuxt
dist
.DS_Store
.env
.env.local
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.nuxt
dist
.DS_Store
.env
Expand Down
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ clean:
rm -rf app/dist

# Generate the static site
package: clean build
UID=$$(id -u) GID=$$(id -g) docker compose up -d nuxt
docker compose exec --user=root nuxt chown -R node:node /src
UID=$$(id -u) GID=$$(id -g) docker compose exec nuxt /bin/bash -c "NUXT_APP_BASE_URL=/boat-share/ \
NODE_ENV=production \
npx nuxt generate --force-dev --preset github_pages"
package: clean dev
UID=$$(id -u) GID=$$(id -g) docker compose exec nuxt /bin/bash -c "npx nuxt generate --preset github_pages"
cd app/.output/public && ln -s . boat-share || true
$(MAKE) stop
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
Expand Down
43 changes: 0 additions & 43 deletions app/.nuxt/app.config.mjs

This file was deleted.

384 changes: 0 additions & 384 deletions app/.nuxt/components.d.ts

This file was deleted.

Loading

0 comments on commit 317ed21

Please sign in to comment.