Skip to content

Navigation Menu

Sign in
Sign up

DT-107: Enable local devtools usage and project self-registration - #107

Merged
abdotop merged 11 commits into
master from
WIP-local-env
Jun 8, 2026
Merged

DT-107: Enable local devtools usage and project self-registration #107
abdotop merged 11 commits into
master from
WIP-local-env

Conversation

@kigiri

@kigiri kigiri commented Apr 3, 2026

Copy link
Copy Markdown
Member

No description provided.

Comment thread api/routes.ts Outdated
output: deploymentOutput,
description: 'Create a new deployment',
}),
'POST/api/deployment/local': route({

@abdotop abdotop Apr 7, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the port or a slug to identify the deployment

 'POST/api/deployment/local': route({
 ....
 if (!DeploymentsCollection.get('dev')) {
 await DeploymentsCollection.insert({
 projectId: 'local',
 url: input.port, // or slug
 .....
 })
 }
 },
 input: OBJ({ endpoint: optional(STR('Full href of the SQL endpoint')),port: NUM() }), // or slug 
 }),

Comment thread api/schema.ts Outdated
STR,
} from '@01edu/api/validator'
import { createCollection } from '/api/lib/json_store.ts'
import { isLocal } from '/api/lib/env.ts'

@abdotop abdotop Apr 7, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not used

@abdotop abdotop left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Juste fix lint and conflict

kigiri force-pushed the WIP-local-env branch 2 times, most recently from 1ec6bb2 to b77df56 Compare April 9, 2026 13:47
@abdotop abdotop changed the title (削除) WIP (削除ここまで) (追記) DT-107: Enable local devtools usage and project self-registration (追記ここまで) Jun 3, 2026
kigiri marked this pull request as ready for review June 3, 2026 09:25
abdotop force-pushed the WIP-local-env branch 2 times, most recently from 3405112 to b67bfd4 Compare June 4, 2026 23:02
abdotop merged commit 72caf4e into master Jun 8, 2026
2 checks passed
abdotop deleted the WIP-local-env branch June 8, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@abdotop abdotop abdotop approved these changes

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /