Skip to content

Commit 8cfc01f

Browse files
committed
Merge branch 'main' of github.com:Tahul/nuxt-edgedb
2 parents 458107c + cd89edc commit 8cfc01f

5 files changed

Lines changed: 16 additions & 3 deletions

File tree

ā€Ž.nuxtrcā€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler
22
experimental.typescriptBundlerResolution=true
3+
modules[]=nuxt-edgedb-module
4+
edgeDb.auth=true
5+
edgeDb.oauth=true

ā€Žpackage.jsonā€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@
4848
"eslint": "^8.56.0",
4949
"nuxt": "^3.10.1",
5050
"vitest": "^1.2.2"
51+
},
52+
"resolutions": {
53+
"nuxt-edgedb-module": "link:."
5154
}
52-
}
55+
}

ā€Žplayground/package.jsonā€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"dependencies": {
1111
"@edgedb/generate": "^0.4.1",
1212
"@iconify-json/heroicons": "^1.1.19",
13-
"@nuxt/ui": "^2.13.0"
13+
"@nuxt/ui": "^2.13.0",
14+
"nuxt-edgedb-module": "latest"
1415
},
1516
"devDependencies": {
1617
"@nuxt/devtools": "latest",

ā€Žpnpm-lock.yamlā€Ž

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ā€Žtsconfig.jsonā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "./playground/tsconfig.json"
2+
"extends": "./.nuxt/tsconfig.json"
33
}

0 commit comments

Comments
Ā (0)
⚔