Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
i dont know why this isnt working (#87)
Browse files Browse the repository at this point in the history
* i dont know why this isnt working

* chore: some last things

* für dich luca

* last fix
  • Loading branch information
Frecherenkel60 authored Jul 14, 2023
1 parent 7fbe773 commit 9417639
Show file tree
Hide file tree
Showing 16 changed files with 193 additions and 106 deletions.
7 changes: 5 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ORIGIN=http://localhost:4174 node build
PUBLIC_BASE_URL=http://expense-api-container:8080
// PUBLIC_BASE_URL=http://localhost:8080
PUBLIC_IMAGE_SERVICE_URL=https://cdn.costventures.works/
# PUBLIC_BASE_URL=http://localhost:8080
PUBLIC_IMAGE_SERVICE_URL=https://cdn.costventures.works/
# PUBLIC_IMAGE_SERVICE_URL=http://localhost:8082/
BODY_SIZE_LIMIT=8388608
2 changes: 1 addition & 1 deletion inlang.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function defineConfig(env) {
);

const { default: sdkPlugin } = await env.$import(
'https://cdn.jsdelivr.net/npm/@inlang/sdk-js-plugin@0.7.1/dist/index.js'
'https://cdn.jsdelivr.net/npm/@inlang/sdk-js-plugin@0.8.1/dist/index.js'
);

return {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"docker:stop": "docker stop expense-ui-container && docker rm expense-ui-container"
},
"devDependencies": {
"@inlang/sdk-js": "^0.7.1",
"@inlang/sdk-js": "^0.8.1",
"@skeletonlabs/skeleton": "1.9.0",
"@steeze-ui/heroicons": "^2.2.3",
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/kit": "1.22.2",
"@tailwindcss/forms": "0.5.3",
"@sveltejs/kit": "1.22.3",
"@tailwindcss/forms": "0.5.4",
"@types/lodash": "^4.14.195",
"@types/node": "20.4.1",
"@types/node": "20.4.2",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.60.1",
"autoprefixer": "10.4.14",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-svelte": "2.32.2",
"postcss": "8.4.25",
"postcss": "8.4.26",
"postcss-load-config": "4.0.1",
"prettier": "2.8.8",
"prettier-plugin-svelte": "2.10.1",
Expand All @@ -45,7 +45,7 @@
"svelte-check": "3.4.6",
"svelte-flag-icons": "^0.5.5",
"svelte-swipe": "^1.9.2",
"tailwindcss": "3.3.2",
"tailwindcss": "3.3.3",
"tslib": "2.6.0",
"typescript": "5.1.6",
"vite": "4.4.3"
Expand Down
Loading

0 comments on commit 9417639

Please sign in to comment.