Skip to content

Commit

Permalink
presets: tune generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy committed Jan 15, 2025
1 parent 148266a commit b037360
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions packages/gasket-plugin-typescript/generator/shared/server.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Imports use the .js to support a type module application
// See README for more information
import gasket from './gasket.js';
{{#if apiApp }}
import './routes/index.js';
{{/if}}
{{#if nextDevProxy }}
gasket.actions.startProxyServer();
{{else}}
Expand Down
4 changes: 0 additions & 4 deletions packages/gasket-preset-api/generator/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
import gasket from './gasket.js';
{{#if apiApp }}
import './routes/index.js';
{{/if}}

gasket.actions.startServer();

0 comments on commit b037360

Please sign in to comment.