Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build
.nuxt
.kotlin
.wrangler
.data

# IntelliJ
.idea/
7 changes: 6 additions & 1 deletion apps/frontend/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
NUXT_PUBLIC_SITE_URL=
NUXT_PUBLIC_API_BASE_URL=

NUXT_SITE_URL=
NUXT_SITE_NAME=

# Must be: development, staging or production
NUXT_SITE_ENV=
6 changes: 4 additions & 2 deletions apps/frontend/.env.local
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
NUXT_PUBLIC_SITE_URL=http://localhost:3000
NUXT_PUBLIC_API_BASE_URL=http://localhost:8080
NUXT_PUBLIC_PREVIEW=false

NUXT_SITE_URL=http://localhost:3000
NUXT_SITE_NAME=Solitar
NUXT_SITE_ENV=development
1 change: 0 additions & 1 deletion apps/frontend/.nuxtrc

This file was deleted.

51 changes: 0 additions & 51 deletions apps/frontend/app/app.config.ts

This file was deleted.

23 changes: 0 additions & 23 deletions apps/frontend/app/components/OgImage/BasicTemplate.takumi.vue

This file was deleted.

28 changes: 0 additions & 28 deletions apps/frontend/app/components/QrCodeForm.vue

This file was deleted.

79 changes: 0 additions & 79 deletions apps/frontend/app/components/ShortenUrlForm.vue

This file was deleted.

23 changes: 0 additions & 23 deletions apps/frontend/app/composables/useQrCodeForm.ts

This file was deleted.

38 changes: 0 additions & 38 deletions apps/frontend/app/composables/useShortenForm.ts

This file was deleted.

76 changes: 0 additions & 76 deletions apps/frontend/app/pages/index.vue

This file was deleted.

31 changes: 0 additions & 31 deletions apps/frontend/app/pages/qr.vue

This file was deleted.

Loading