mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 06:58:02 -05:00
docs(examples): add codesandbox configuration
This commit is contained in:
@@ -0,0 +1 @@
|
||||
FROM node:20-bullseye
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
// These tasks will run in order when initializing your CodeSandbox project.
|
||||
"setupTasks": [
|
||||
{
|
||||
"name": "Install Dependencies",
|
||||
"command": "npm install"
|
||||
}
|
||||
],
|
||||
|
||||
// These tasks can be run from CodeSandbox. Running one will open a log in the app.
|
||||
"tasks": {
|
||||
"npm start": {
|
||||
"name": "npm start",
|
||||
"command": "npm start",
|
||||
"runAtStart": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
FROM node:20-bullseye
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
// These tasks will run in order when initializing your CodeSandbox project.
|
||||
"setupTasks": [
|
||||
{
|
||||
"name": "Install Dependencies",
|
||||
"command": "npm install"
|
||||
}
|
||||
],
|
||||
|
||||
// These tasks can be run from CodeSandbox. Running one will open a log in the app.
|
||||
"tasks": {
|
||||
"npm start": {
|
||||
"name": "npm start",
|
||||
"command": "npm start",
|
||||
"runAtStart": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user