wardbox
wardbox
WWasp-lang
Created by wardbox on 11/2/2024 in #🙋questions
CORS is blocking www
got this working with that middleware
16 replies
WWasp-lang
Created by wardbox on 11/2/2024 in #🙋questions
CORS is blocking www
[ Wasp ] ext-src/serverSetup.ts(1,18): error TS2307: Cannot find module 'cors' or its corresponding type declarations. [ Wasp ] ext-src/serverSetup.ts(4,54): error TS2304: Cannot find name 'MiddlewareConfig'. @kapa.ai
16 replies
WWasp-lang
Created by wardbox on 11/2/2024 in #🙋questions
CORS is blocking www
but i already have WASP_WEB_CLIENT_URL set to https://dylankappler.com/, won't that override this? @kapa.ai
16 replies
WWasp-lang
Created by wardbox on 10/28/2024 in #🙋questions
wasp db studio connecting to prod db shows now data
aha, it is stored in a different table than postgres, it was in a table named after my server (wardstone_server in my case)
24 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
I really like working with it! I haven’t done anything fancy yet, once it can deploy I’ll go back to it for sure
61 replies
WWasp-lang
Created by wardbox on 10/28/2024 in #🙋questions
wasp db studio connecting to prod db shows now data
I did see the tables when I ran that command @kapa.ai
24 replies
WWasp-lang
Created by wardbox on 10/28/2024 in #🙋questions
wasp db studio connecting to prod db shows now data
why would db studio show empty data then? @kapa.ai
24 replies
WWasp-lang
Created by wardbox on 10/28/2024 in #🙋questions
wasp db studio connecting to prod db shows now data
looks like it just uses the default postgres db name, @kapa.ai
24 replies
WWasp-lang
Created by wardbox on 10/28/2024 in #🙋questions
wasp db studio connecting to prod db shows now data
i've done that. does wasp deploy fly deploy use a specific setting as the db_name or is it empty? i've tried the fly app name, and my wasp app name in lowercase but they both don't exist @kapa.ai
24 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
i think it was something with the new wasp-config, i reverted everything back and removed the package from package.json and it works great
61 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
why would it work when package-lock is removed but fail when it isn't? @kapa.ai
61 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
dylank in wardstone/app/.wasp/build on  main [$✘!+?] via ⬢ v20.15.1 on 🐳 v27.2.0
 docker build -t testwardstone .
[+] Building 58.8s (13/26) docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 3.18kB 0.0s
=> [internal] load metadata for docker.io/library/node:18.18.0-alpine3.17 0.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 101B 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 158.78kB 0.1s
=> [node 1/1] FROM docker.io/library/node:18.18.0-alpine3.17@sha256:8cdc5ff72de424adca7217dfc9a6c4ab3f244673789243 0.0s
=> CACHED [base 1/1] RUN apk --no-cache -U upgrade # To ensure any potential security patches are applied. 0.0s
=> CACHED [server-builder 1/10] RUN apk add --no-cache python3 build-base libtool autoconf automake 0.0s
=> CACHED [server-builder 2/10] WORKDIR /app 0.0s
=> CACHED [server-builder 3/10] COPY src ./src 0.0s
=> CACHED [server-builder 4/10] COPY package.json . 0.0s
=> [server-builder 5/10] COPY server .wasp/build/server 0.0s
=> [server-builder 6/10] COPY sdk .wasp/out/sdk 0.0s
=> ERROR [server-builder 7/10] RUN npm install && npm list --depth=0 && cd .wasp/build/server && npm install 58.3s
------
> [server-builder 7/10] RUN npm install && npm list --depth=0 && cd .wasp/build/server && npm install:
33.53 npm WARN deprecated [email protected]: Use your platform's native DOMException instead
33.58 npm WARN deprecated [email protected]: Use your platform's native atob() and btoa() methods instead
57.44
57.44 added 973 packages, and audited 976 packages in 57s
57.44
57.44 167 packages are looking for funding
57.44 run `npm fund` for details
57.44
57.44 2 low severity vulnerabilities
57.44
57.44 To address all issues (including breaking changes), run:
57.44 npm audit fix --force
57.44
57.44 Run `npm audit` for details.
57.44 npm notice
57.44 npm notice New major version of npm available! 9.8.1 -> 10.9.0
57.44 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.9.0>
57.44 npm notice Run `npm install -g [email protected]` to update!
57.44 npm notice
58.05 npm ERR! code ELSPROBLEMS
58.05 npm ERR! invalid: wasp-config@ /app/node_modules/wasp-config
dylank in wardstone/app/.wasp/build on  main [$✘!+?] via ⬢ v20.15.1 on 🐳 v27.2.0
 docker build -t testwardstone .
[+] Building 58.8s (13/26) docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 3.18kB 0.0s
=> [internal] load metadata for docker.io/library/node:18.18.0-alpine3.17 0.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 101B 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 158.78kB 0.1s
=> [node 1/1] FROM docker.io/library/node:18.18.0-alpine3.17@sha256:8cdc5ff72de424adca7217dfc9a6c4ab3f244673789243 0.0s
=> CACHED [base 1/1] RUN apk --no-cache -U upgrade # To ensure any potential security patches are applied. 0.0s
=> CACHED [server-builder 1/10] RUN apk add --no-cache python3 build-base libtool autoconf automake 0.0s
=> CACHED [server-builder 2/10] WORKDIR /app 0.0s
=> CACHED [server-builder 3/10] COPY src ./src 0.0s
=> CACHED [server-builder 4/10] COPY package.json . 0.0s
=> [server-builder 5/10] COPY server .wasp/build/server 0.0s
=> [server-builder 6/10] COPY sdk .wasp/out/sdk 0.0s
=> ERROR [server-builder 7/10] RUN npm install && npm list --depth=0 && cd .wasp/build/server && npm install 58.3s
------
> [server-builder 7/10] RUN npm install && npm list --depth=0 && cd .wasp/build/server && npm install:
33.53 npm WARN deprecated [email protected]: Use your platform's native DOMException instead
33.58 npm WARN deprecated [email protected]: Use your platform's native atob() and btoa() methods instead
57.44
57.44 added 973 packages, and audited 976 packages in 57s
57.44
57.44 167 packages are looking for funding
57.44 run `npm fund` for details
57.44
57.44 2 low severity vulnerabilities
57.44
57.44 To address all issues (including breaking changes), run:
57.44 npm audit fix --force
57.44
57.44 Run `npm audit` for details.
57.44 npm notice
57.44 npm notice New major version of npm available! 9.8.1 -> 10.9.0
57.44 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.9.0>
57.44 npm notice Run `npm install -g [email protected]` to update!
57.44 npm notice
58.05 npm ERR! code ELSPROBLEMS
58.05 npm ERR! invalid: wasp-config@ /app/node_modules/wasp-config
@kapa.ai
61 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
here's the log from the failed build @kapa.ai
61 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
dylank in wardstone/app on  main [$✘!+?] via ⬢ v20.15.1
 npm list --depth=0
opensaas@ /Users/dylank/personal_git/wardstone/app
├── @aws-sdk/[email protected]
├── @aws-sdk/[email protected]
├── @emnapi/[email protected] extraneous
├── @faker-js/[email protected]
├── @fontsource-variable/[email protected]
├── @google-analytics/[email protected]
├── @headlessui/[email protected]
├── @hookform/[email protected]
├── @next/[email protected]
├── @nivo/[email protected]
├── @nivo/[email protected]
├── @phosphor-icons/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @react-spring/[email protected]
├── @splinetool/[email protected]
├── @splinetool/[email protected]
├── @tailwindcss/[email protected]
├── @tailwindcss/[email protected]
├── @tanstack/[email protected]
├── @types/[email protected]
├── @types/[email protected]
├── [email protected] extraneous
├── [email protected] extraneous
├── [email protected] extraneous
├── [email protected] -> ./../../../.local/share/wasp-lang/0.15.1/data/packages/wasp-config
├── [email protected] -> ./.wasp/out/sdk/wasp
dylank in wardstone/app on  main [$✘!+?] via ⬢ v20.15.1
 npm list --depth=0
opensaas@ /Users/dylank/personal_git/wardstone/app
├── @aws-sdk/[email protected]
├── @aws-sdk/[email protected]
├── @emnapi/[email protected] extraneous
├── @faker-js/[email protected]
├── @fontsource-variable/[email protected]
├── @google-analytics/[email protected]
├── @headlessui/[email protected]
├── @hookform/[email protected]
├── @next/[email protected]
├── @nivo/[email protected]
├── @nivo/[email protected]
├── @phosphor-icons/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @radix-ui/[email protected]
├── @react-spring/[email protected]
├── @splinetool/[email protected]
├── @splinetool/[email protected]
├── @tailwindcss/[email protected]
├── @tailwindcss/[email protected]
├── @tanstack/[email protected]
├── @types/[email protected]
├── @types/[email protected]
├── [email protected] extraneous
├── [email protected] extraneous
├── [email protected] extraneous
├── [email protected] -> ./../../../.local/share/wasp-lang/0.15.1/data/packages/wasp-config
├── [email protected] -> ./.wasp/out/sdk/wasp
i see the extraneous notice on some packages, how can i fix that? @kapa.ai
61 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
so if i do wasp build and then remove COPY package-lock.json . from the dockerfile it builds successfully. what might that indicate? @kapa.ai
61 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
i've tried both the new config and old and get the same issue so i think that rules it out @kapa.ai
61 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
i mean the Wasp TypeScript config (*.wasp.ts) @kapa.ai
61 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
does wasp deploy fly deploy work with the new wasp ts config file? @kapa.ai
61 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
disregard, this is the right file
{
"name": "opensaas",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.523.0",
"@aws-sdk/s3-request-presigner": "^3.523.0",
"@faker-js/faker": "8.3.1",
"@fontsource-variable/inter": "^5.1.0",
"@google-analytics/data": "4.1.0",
"@headlessui/react": "1.7.13",
"@hookform/resolvers": "^3.9.0",
"@next/font": "^14.2.1",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@phosphor-icons/react": "^2.1.5",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-spring/web": "^9.7.5",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.3.9",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@tanstack/react-table": "^8.20.5",
"apexcharts": "^3.41.0",
"bottleneck": "^2.19.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"discord.js": "^14.15.3",
"headlessui": "^0.0.0",
"input-otp": "^1.2.4",
"lucide-react": "^0.446.0",
"netmask": "^2.0.2",
"node-fetch": "3.3.0",
"pac-resolver": "^7.0.1",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.11",
"prisma": "5.19.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-icons": "4.11.0",
"recharts": "^2.13.0",
"stripe": "11.15.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"twisted": "^1.60.2",
"wasp": "file:.wasp/out/sdk/wasp",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/react": "^18.0.37",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prisma": "5.19.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.1.0",
"vite": "^4.3.9",
"wasp-config": "file:../../../.local/share/wasp-lang/0.15.1/data/packages/wasp-config"
}
}
{
"name": "opensaas",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.523.0",
"@aws-sdk/s3-request-presigner": "^3.523.0",
"@faker-js/faker": "8.3.1",
"@fontsource-variable/inter": "^5.1.0",
"@google-analytics/data": "4.1.0",
"@headlessui/react": "1.7.13",
"@hookform/resolvers": "^3.9.0",
"@next/font": "^14.2.1",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@phosphor-icons/react": "^2.1.5",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-spring/web": "^9.7.5",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.3.9",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@tanstack/react-table": "^8.20.5",
"apexcharts": "^3.41.0",
"bottleneck": "^2.19.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"discord.js": "^14.15.3",
"headlessui": "^0.0.0",
"input-otp": "^1.2.4",
"lucide-react": "^0.446.0",
"netmask": "^2.0.2",
"node-fetch": "3.3.0",
"pac-resolver": "^7.0.1",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.11",
"prisma": "5.19.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-icons": "4.11.0",
"recharts": "^2.13.0",
"stripe": "11.15.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"twisted": "^1.60.2",
"wasp": "file:.wasp/out/sdk/wasp",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/react": "^18.0.37",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prisma": "5.19.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.1.0",
"vite": "^4.3.9",
"wasp-config": "file:../../../.local/share/wasp-lang/0.15.1/data/packages/wasp-config"
}
}
@kapa.ai
61 replies
WWasp-lang
Created by wardbox on 10/26/2024 in #🙋questions
wasp deploy fly deploy failure
this is my package.json, see any issues?
{
"name": "opensaas",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.523.0",
"@aws-sdk/s3-request-presigner": "^3.523.0",
"@emnapi/runtime": "^1.3.1",
"@faker-js/faker": "8.3.1",
"@fontsource-variable/inter": "^5.1.0",
"@google-analytics/data": "4.1.0",
"@headlessui/react": "1.7.13",
"@hookform/resolvers": "^3.9.0",
"@next/font": "^14.2.1",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@phosphor-icons/react": "^2.1.5",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-spring/web": "^9.7.5",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.3.9",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@tanstack/react-table": "^8.20.5",
"apexcharts": "^3.41.0",
"bottleneck": "^2.19.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"discord.js": "^14.15.3",
"headlessui": "^0.0.0",
"input-otp": "^1.2.4",
"lucide-react": "^0.446.0",
"netmask": "^2.0.2",
"node-fetch": "3.3.0",
"pac-resolver": "^7.0.1",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.11",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-icons": "4.11.0",
"recharts": "^2.13.0",
"stripe": "11.15.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"twisted": "^1.60.2",
"wasp": "file:.wasp/out/sdk/wasp",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/react": "^18.0.37",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.1.0",
"vite": "^4.3.9",
"wasp-config": "file:../../../.local/share/wasp-lang/0.15.1/data/packages/wasp-config"
}
}
{
"name": "opensaas",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.523.0",
"@aws-sdk/s3-request-presigner": "^3.523.0",
"@emnapi/runtime": "^1.3.1",
"@faker-js/faker": "8.3.1",
"@fontsource-variable/inter": "^5.1.0",
"@google-analytics/data": "4.1.0",
"@headlessui/react": "1.7.13",
"@hookform/resolvers": "^3.9.0",
"@next/font": "^14.2.1",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@phosphor-icons/react": "^2.1.5",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-spring/web": "^9.7.5",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.3.9",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@tanstack/react-table": "^8.20.5",
"apexcharts": "^3.41.0",
"bottleneck": "^2.19.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"discord.js": "^14.15.3",
"headlessui": "^0.0.0",
"input-otp": "^1.2.4",
"lucide-react": "^0.446.0",
"netmask": "^2.0.2",
"node-fetch": "3.3.0",
"pac-resolver": "^7.0.1",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.11",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-icons": "4.11.0",
"recharts": "^2.13.0",
"stripe": "11.15.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"twisted": "^1.60.2",
"wasp": "file:.wasp/out/sdk/wasp",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/react": "^18.0.37",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.1.0",
"vite": "^4.3.9",
"wasp-config": "file:../../../.local/share/wasp-lang/0.15.1/data/packages/wasp-config"
}
}
@kapa.ai
61 replies