gomtm 0.0.469 → 0.0.476
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gomtm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.476",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"build": "next build",
|
|
75
75
|
"dev": "bun with-env next dev",
|
|
76
76
|
"dev:watch": "bun concurrently 'bun run dev' 'bun run codegen:local --watch'",
|
|
77
|
-
"with-env": "dotenv -e ./env/gomtm
|
|
77
|
+
"with-env": "dotenv -e ./env/gomtm.env --",
|
|
78
78
|
"codegen--": "bun graphql-codegen --config codegen-mtmapi.ts",
|
|
79
79
|
"codegen": "graphql-codegen --config codegen.ts"
|
|
80
80
|
},
|