Skip to content

Commit

Permalink
weird metadata error, try deploying DB stack only first
Browse files Browse the repository at this point in the history
  • Loading branch information
SSTPIERRE2 committed Apr 1, 2024
1 parent 95613f5 commit aa3cb1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sst.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SSTConfig } from 'sst';
import { Web } from './stacks/Web';
// import { Web } from './stacks/Web';
import { Database } from './stacks/Database';

export default {
Expand All @@ -10,6 +10,6 @@ export default {
};
},
stacks(app) {
app.stack(Database).stack(Web);
app.stack(Database);
},
} satisfies SSTConfig;

0 comments on commit aa3cb1c

Please sign in to comment.