Skip to content

Commit

Permalink
feat: 🚧 lot of work to implement VueJS frontend with JWT Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
cestoliv committed Nov 3, 2022
1 parent da62b53 commit f3c1859
Show file tree
Hide file tree
Showing 44 changed files with 1,020 additions and 54 deletions.
22 changes: 16 additions & 6 deletions nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/swagger"]
}
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "srcs/nest",
"compilerOptions": {
"plugins": ["@nestjs/swagger"],
"assets": [
{
"include": "../public/**/*",
"outDir": "dist/public"
},
{
"include": "../views/**/*",
"outDir": "dist/views"
}
]
}
}
Loading

0 comments on commit f3c1859

Please sign in to comment.