deep-foundation / deep-foundation/deeplinks
Infinite remigrating
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
```
gitpod /workspace/dev (main) $ npm run gitpod-remigrate
> @deep-foundation/dev@0.0.21 gitpod-remigrate
> npm run gitpod-unmigrate && npm run gitpod-migrate
> @deep-foundation/dev@0.0.21 gitpod-unmigrate
> export NEXT_PUBLIC_ENGINES=0; export NEXT_PUBLIC_HIDEPATH=1; export npm_config_yes=true; export JWT_SECRET="{\"type\":\"HS256\",\"key\":\"3EK6FD+o0+c7tzBNVfjpMkNDi2yARAAKzQlk8O2IKoxQu4nF7EdAh8s3TwpHwrdWT6R\"}" export MIGRATIONS_ID_TYPE_SQL=bigint; export MIGRATIONS_ID_TYPE_GQL=bigint; export MIGRATIONS_HASURA_PATH=$(echo $(gp url 8080) | awk -F[/:] '{print $4}'); export MIGRATIONS_HASURA_SSL=1; export MIGRATIONS_HASURA_SECRET=myadminsecretkey; export DEEPLINKS_HASURA_SECRET=myadminsecretkey; export NEXT_PUBLIC_DEEPLINKS_SERVER=https://$(echo $(gp url 3007) | awk -F[/:] '{print $4}'); export NEXT_PUBLIC_GQL_PATH=$(echo $(gp url 3007) | awk -F[/:] '{print $4}')/api/gql; export NEXT_PUBLIC_GQL_SSL=1 DEEPLINKS_HASURA_PATH=localhost:8080; export DEEPLINKS_HASURA_SSL=0; export MIGRATIONS_DEEPLINKS_APP_URL=$(gp url 3007); export MIGRATIONS_DEEPLINKS_URL=$(gp url 3006); export DEEPLINKS_PUBLIC_URL=$(gp url 3006); export DOCKER_DEEPLINKS_URL=http://host.docker.internal:3006; cd packages/deeplinks && npm run unmigrate
> @deep-foundation/deeplinks@0.0.312 unmigrate
> npm run package:build && npx migrate@latest down --matches '*.js'
> @deep-foundation/deeplinks@0.0.312 package:build
> tsc --project tsconfig.json
(node:21542) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.
(Use `node --trace-warnings ...` to show where the warning was created)
ok
ok
(node:21542) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
down : 1694386912180-sync-handlers-update-new.js
down : 1693460330175-sync-handlers-update.js
down : 1690737739096-deepcase-opened.js
down : 1689630159473-healthz.js
```
I am waiting already 10 minutes and nothing changes
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.