Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khuezy committed Aug 28, 2023
1 parent 8ff28de commit c409176
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example_sst/sst.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { SSTConfig } from "sst";


import { AppDirOnly } from "./stacks/AppDirOnly";
import { PagesOnly } from "./stacks/PagesOnly";

Expand All @@ -12,8 +11,6 @@ export default {
};
},
stacks(app) {
app
.stack(AppDirOnly)
.stack(PagesOnly);
app.stack(AppDirOnly).stack(PagesOnly);
},
} satisfies SSTConfig;

0 comments on commit c409176

Please sign in to comment.