Skip to content

Commit

Permalink
Merge pull request #1 from irfnrdh/main-1
Browse files Browse the repository at this point in the history
main
  • Loading branch information
irfnrdh committed Feb 20, 2024
2 parents dcca029 + f61e339 commit 45c0a20
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
18 changes: 12 additions & 6 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default defineNuxtConfig({
"nuxt-icon",
"@vee-validate/nuxt",
"@morev/vue-transitions/nuxt",
"@sidebase/nuxt-auth"
],

runtimeConfig: {
Expand Down Expand Up @@ -67,10 +66,17 @@ export default defineNuxtConfig({
transpile: ["vue-sonner"]
},

auth : {
baseURL: process.env.AUTH_ORIGIN,
provider : {
type: 'authjs'
},
devServer: {
https: {
key: './server.key',
cert: './server.crt'
}
}

// auth : {
// baseURL: process.env.AUTH_ORIGIN,
// provider : {
// type: 'authjs'
// },
// }
});
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>

ini halaman index
ini halaman index
</div>
</template>

Expand Down
7 changes: 0 additions & 7 deletions server/api/auth/[...].ts

This file was deleted.

0 comments on commit 45c0a20

Please sign in to comment.