Skip to content

Commit

Permalink
feat: remove --unstable flag from serve flags (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Jan 18, 2023
1 parent 01f7fce commit cb4c75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const serve = async ({

await importMap.addFiles(importMapPaths, logger)

const flags = ['--allow-all', '--unstable', `--import-map=${importMap.toDataURL()}`, '--no-config']
const flags = ['--allow-all', `--import-map=${importMap.toDataURL()}`, '--no-config']

if (certificatePath) {
flags.push(`--cert=${certificatePath}`)
Expand Down

0 comments on commit cb4c75d

Please sign in to comment.