#sveltekit + medusa + supabase?

2 messages · Page 1 of 1 (latest)

hard gull
#

this is like begining of the project, i setup sveltekit project
then i do

pnpx create-medusa-app@latest --db-url postgresql://postgres:<password>@<host>:5432/postgres

and then i setup everything in medusa dashboard and look back in my terminal and it showed

Successfully compiled 0 files with Babel (11ms).
6:30:34 AM [@medusajs/admin] Started development server on http://localhost:7001/
[medusa-config] ⚠️ redis_url not found. A fake redis instance will be used.
[medusa-config] ⚠️ jwt_secret not found. fallback to either cookie_secret or default 'supersecret'.
[medusa-config] ⚠️ cookie_secret not found. fallback to either cookie_secret or default 'supersecret'.
info:    Using fake Redis
warn:    Local Event Bus installed. This is not recommended for production.
6:30:35 AM [@medusajs/admin] Running in development mode. Skipping setup.
info:    Processing region.created which has 0 subscribers
info:    Processing region.created which has 0 subscribers
info:    Processing publishable_api_key.created which has 0 subscribers
warn:    You don't have any notification provider plugins installed. You may want to add one to your project.
warn:    You don't have any taxProviders provider plugins installed. You may want to add one to your project.
warn:    No search engine provider was found: make sure to include a search plugin to enable searching
::1 - - [05/Sep/2023:23:30:36 +0000] "HEAD /health HTTP/1.1" 200 2 "-" "axios/0.27.2"
assets by path *.js 37.6 MiB
#

i didn't do anything and ts.config is error