Skip to content

Commit d2731a3

Browse files
ct-dixitct-vrushtict-vrushtiphoenixcoded
authored
free version (#28) (#30)
* free version - vite * free version - nextjs and yarn setup * yarn setup in vite * Free version complete * fix review changes * free version review complete * fix lock file --------- Co-authored-by: ct-vrushti <[email protected]> Co-authored-by: ct-vrushti <[email protected]> Co-authored-by: Dikshit Moradiya <[email protected]>
1 parent ed67624 commit d2731a3

File tree

346 files changed

+19140
-4498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+19140
-4498
lines changed

admin/nextjs/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Version
2-
NEXT_PUBLIC_VERSION=v1.3.0
2+
NEXT_PUBLIC_VERSION=v2.0.0
33

44
## Public URL
55
NEXT_PUBLIC_PATH=

admin/nextjs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ npm-debug.log*
2424
yarn-debug.log*
2525
yarn-error.log*
2626
.pnpm-debug.log*
27+
.yarn
2728

2829
# local env files
2930
#.env*.local

admin/nextjs/.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

admin/nextjs/jsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"moduleResolution": "node",
1313
"resolveJsonModule": true,
1414
"isolatedModules": true,
15-
"jsx": "preserve",
15+
"jsx": "react-jsx",
1616
"incremental": true,
1717
"plugins": [
1818
{

0 commit comments

Comments
 (0)