Commit 66610ce
Migrate from ts-node to tsx (#383)
* chore: migrate from ts-node-dev to tsx
* fix: Remove pnpm-lock.yaml from root
* fix: Rewritten all modules to ESM
* chore: update pnpm-lock.yaml and package.json dependencies, remove unused dotenv imports, and adjust environment variable schema
* chore: replace ts-node with tsx in Dockerfiles and update tsconfig settings
* fix: migrate all files to esm to avoid nextjs build errors
* fix: update next.config.js to next.config.mjs for ESM compatibility
---------
Co-authored-by: stasik1404 <s.kanashuk@golance.com>
Co-authored-by: fruneen <fruneen@gmail.com>1 parent 3fb1367 commit 66610ce
41 files changed
Lines changed: 32954 additions & 9726 deletions
File tree
- examples
- prisma
- apps/api
- stripe-subscriptions
- apps/api
- template
- apps
- api
- src
- config
- migrator/migration-version
- resources/user
- services/cloud-storage
- utils
- web
- src/pages/_app/PageConfig
- packages
- app-constants
- app-types
- enums
- eslint-config
- mailer
- schemas
- tsconfig
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments