back
loading skill details...
Structure and organize Encore.ts services.
Encore Service Structure
Instructions
Creating a Service
Every Encore service needs an encore.service.ts file:
// encore.service.ts
import { Service } from "encore.dev/service";
export default new Service("my-service");
Minimal Service Structuredon't have the plugin yet? install it then click "run inline in claude" again.