feat: add support for app url variables (#915)

* feat: add support for app url variables

* fix: test not working

* fix: format issue
This commit is contained in:
Meier Lukas
2024-08-06 21:43:12 +02:00
committed by GitHub
parent 693e319e26
commit c4c4d41e4d
13 changed files with 95 additions and 17 deletions

View File

@@ -5,8 +5,9 @@
"type": "module",
"exports": {
".": "./index.ts",
"./types": "./src/types.ts",
"./server": "./src/server.ts",
"./types": "./src/types.ts"
"./client": "./src/client.ts"
},
"typesVersions": {
"*": {
@@ -24,8 +25,9 @@
},
"dependencies": {
"dayjs": "^1.11.12",
"next": "^14.2.5",
"react": "^18.3.1",
"next": "^14.2.5"
"tldts": "^6.1.37"
},
"devDependencies": {
"@homarr/eslint-config": "workspace:^0.2.0",