When adding sst to an existing git project what is...
# help
v
When adding sst to an existing git project what is the best approach? Make a new directory with
npm init sst
or can I just update an existing project with the config files and
package.json
?
f
I find it easier to create a new SST app
npm init sst
and merge the two repos. Beside sst.json and the depencencies in package.json, here are some other files: •
.env
optional •
.vscode/
hooks up sst start with VS Code for break point debugging •
tsconfig.json
if u r doing TS •
vitest.config.ts
if u r running tests