Sort le serveur dans une crate pmoserver

This commit is contained in:
2025-10-06 06:01:41 +02:00
parent 11cfd3e27f
commit 6c13e8cb8e
1229 changed files with 532967 additions and 140 deletions

View File

@@ -0,0 +1 @@
module.exports = require('@vue/compiler-sfc')

View File

@@ -0,0 +1 @@
export * from '@vue/compiler-sfc'

View File

@@ -0,0 +1 @@
export * from '@vue/compiler-sfc'

View File

@@ -0,0 +1 @@
export * from '@vue/compiler-sfc'

3
pmoapp/webapp/node_modules/vue/compiler-sfc/index.js generated vendored Normal file
View File

@@ -0,0 +1,3 @@
module.exports = require('@vue/compiler-sfc')
require('./register-ts.js')

View File

@@ -0,0 +1,3 @@
export * from '@vue/compiler-sfc'
import './register-ts.js'

View File

@@ -0,0 +1,4 @@
{
"main": "index.js",
"module": "index.mjs"
}

View File

@@ -0,0 +1,3 @@
if (typeof require !== 'undefined') {
require('@vue/compiler-sfc').registerTS(() => require('typescript'))
}