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 96eb01e commit d52906aCopy full SHA for d52906a
packages/template/src/templates/default/src/index.js
@@ -1,5 +1,5 @@
1
-const { createServer } = require('node:http');
2
-const servor = require('servor');
+import { createServer } from 'node:http';
+import servor from 'servor';
3
4
createServer((_req, res) => {
5
res.writeHead(200, { 'Content-Type': 'text/html' });
0 commit comments