We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed356b commit a45e8c8Copy full SHA for a45e8c8
packages/template/src/templates/default/src/index.js
@@ -1,5 +1,5 @@
1
-import { createServer } from 'node:http';
2
-import servor from 'servor';
+const { createServer } = require('node:http');
+const servor = require('servor');
3
4
createServer((_req, res) => {
5
res.writeHead(200, { 'Content-Type': 'text/html' });
0 commit comments