Compare commits

..

No commits in common. '8d79c90d2c9e69f4924388a14b7aeceaf0778073' and '692f7249a607e889e817f7748f7e4d9e57babe80' have entirely different histories.

@ -10,4 +10,5 @@ COPY --from=build-env /app/build /app
COPY package.json /app/package.json COPY package.json /app/package.json
WORKDIR /app WORKDIR /app
env NODE_ENV=production env NODE_ENV=production
RUN yarn install --production
CMD ["index.js"] CMD ["index.js"]

@ -15,9 +15,9 @@
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.25.0", "@playwright/test": "1.25.0",
"@sveltejs/adapter-auto": "^1.0.0", "@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "^1.0.0", "@sveltejs/adapter-node": "^1.0.0-next.101",
"@sveltejs/kit": "^1.0.0", "@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.2", "@tailwindcss/forms": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0", "@typescript-eslint/parser": "^5.27.0",
@ -37,11 +37,13 @@
"tailwindcss": "^3.1.5", "tailwindcss": "^3.1.5",
"tslib": "^2.3.1", "tslib": "^2.3.1",
"typescript": "^4.7.4", "typescript": "^4.7.4",
"vite": "^4.0.0", "vite": "^3.1.0"
},
"type": "module",
"dependencies": {
"@ory/client": "^0.2.0-alpha.60", "@ory/client": "^0.2.0-alpha.60",
"@ory/hydra-client": "^2.0.2", "@ory/hydra-client": "^2.0.2",
"@ory/integrations": "^0.2.8", "@ory/integrations": "^0.2.8",
"svelte-i18n": "^3.5.2" "svelte-i18n": "^3.5.2"
}, }
"type": "module"
} }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save