Skip to content

Commit

Permalink
Merge pull request #6 from purwadhikafullstack/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
jordansmrd authored Jul 11, 2024
2 parents 21d06ef + 85f4a66 commit 574c7d6
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 394 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "src/app.ts",
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node-dev -r tsconfig-paths/register src/app.ts",
"build": "tsc",
"serve": "cross-env NODE_ENV=production node dist/index.js",
"build": "tsc && tsc-alias",
"serve": "cross-env NODE_ENV=production node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prisma": "npx prisma",
"migrate": "npx prisma migrate dev",
Expand Down
16 changes: 11 additions & 5 deletions apps/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@
"outDir": "./dist",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": [
"./src/*"
]
}
},
// "include": ["src/**/*"],
"include": ["**/*.ts", "../web/src/utils/axiosInstance.ts"],
"exclude": ["node_modules"]
}
"include": [
"src/**/*"
],
// "include": ["**/*.ts", "../web/src/utils/axiosInstance.ts"],
"exclude": [
"node_modules"
]
}
Binary file removed apps/web/public/assets/images/tokpedy.png
Binary file not shown.
1 change: 0 additions & 1 deletion apps/web/public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/web/public/vercel.svg

This file was deleted.

Binary file removed apps/web/src/app/favicon.ico
Binary file not shown.
229 changes: 0 additions & 229 deletions apps/web/src/app/page.module.css

This file was deleted.

7 changes: 0 additions & 7 deletions apps/web/src/app/page.spec.tsx

This file was deleted.

95 changes: 0 additions & 95 deletions apps/web/src/app/page.tsx

This file was deleted.

Loading

0 comments on commit 574c7d6

Please sign in to comment.